woocommerce_reports_screen_ids

woocommerce_reports_screen_ids

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_reports_screen_ids') is found 1 times:

  • /includes/admin/class-wc-admin-assets.php line 479
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    }
     
    // 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' ) ) ) ) {
        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' );