w3tc_capability_favorite_action_flush_all

w3tc_capability_favorite_action_flush_all

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

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_capability_favorite_action_flush_all') is found 1 times:

  • /Generic_Plugin_Admin.php line 763
    	 */
    	public function favorite_actions( $actions ) {
    		$actions[ wp_nonce_url( admin_url( 'admin.php?page=w3tc_dashboard&w3tc_flush_all' ), 'w3tc' ) ] = array(
    			__( 'Empty Caches', 'w3-total-cache' ),
    			apply_filters( 'w3tc_capability_favorite_action_flush_all', 'manage_options' ),
    		);
    
    		return $actions;
    	}
    
    	/**