action_scheduler_queue_runner_flush_cache, false

action_scheduler_queue_runner_flush_cache, false

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('action_scheduler_queue_runner_flush_cache, false') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php line 234
    			 * @since 1.0
    			 *
    			 * @param bool $flush_cache If the cache should be flushed.
    			 */
    			|| apply_filters( 'action_scheduler_queue_runner_flush_cache', false )
    		) {
    			wp_cache_flush();
    		}
    	}
    
    	/**