action_scheduler_extra_action_counts

action_scheduler_extra_action_counts

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

See hook in core

Displaying hooks found in version: woocommerce.9.1.2

apply_filters('action_scheduler_extra_action_counts') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php line 159
    		 *
    		 * @since 3.5.0
    		 * @param $extra_actions array Array with format action_count_identifier => action count.
    		 */
    		return apply_filters( 'action_scheduler_extra_action_counts', $extra_actions );
    	}
    
    	/**
    	 * @param string $action_id
    	 */
    	abstract public function cancel_action( $action_id );