woocommerce_analytics_disable_action_scheduling filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_analytics_disable_action_scheduling', 'filter_function_name_8502' ); function filter_function_name_8502( $false ){ // filter... return $false; }
- $false
- -
Where the hook is called
woocommerce_analytics_disable_action_scheduling
woocommerce/packages/woocommerce-admin/src/Schedulers/SchedulerTraits.php 306
if ( apply_filters( 'woocommerce_analytics_disable_action_scheduling', false ) ) {