woocommerce_reports_screen_ids

woocommerce_reports_screen_ids

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_reports_screen_ids') is found 1 times:

  • /includes/admin/class-wc-admin-assets.php line 474
    			}
    
    			// Reports Pages.
    			/* phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment */
    			if ( in_array( $screen_id, apply_filters( 'woocommerce_reports_screen_ids', array( $wc_screen_id . '_page_wc-reports', 'toplevel_page_wc-reports', 'dashboard' ) ) ) ) {
    				wp_register_script( 'wc-reports', WC()->plugin_url() . '/assets/js/admin/reports' . $suffix . '.js', array( 'jquery', 'jquery-ui-datepicker' ), $version );
    
    				wp_enqueue_script( 'wc-reports' );
    				wp_enqueue_script( 'flot' );
    				wp_enqueue_script( 'flot-resize' );
    				wp_enqueue_script( 'flot-time' );