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.8.9

apply_filters('w3tc_admin_actions') is found 1 times:

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

See this hook used in plugins: