woocommerce_analytics_regenerate_init

woocommerce_analytics_regenerate_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_analytics_regenerate_init') is found 1 times:

  • /src/Admin/ReportsSync.php line 93
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
         *
         * @param int|bool $days Number of days to import.
         * @param bool     $skip_existing Skip existing records.
         */
        do_action( 'woocommerce_analytics_regenerate_init', $days, $skip_existing );
     
        return __( 'Report table data is being rebuilt. Please allow some time for data to fully populate.', 'woocommerce' );
    }
     
    /**
     * Update the import stat totals and counts.

See this hook used in plugins: