w3tc_admin_actions

w3tc_admin_actions

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

See hook in core

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

apply_filters('w3tc_admin_actions') is found 1 times:

  • /Root_AdminActions.php line 54
    				'support' => 'Support_AdminActions',
    				'test' => 'Generic_AdminActions_Test',
    				'ustats' => 'UsageStatistics_AdminActions'
    			);
    			$handlers = apply_filters( 'w3tc_admin_actions', $handlers );
    		}
    
    		if ( $action == 'w3tc_save_options' )
    			return $handlers['default'];
    
    		$candidate_prefix = '';
    

See this hook used in plugins: