w3tc_admin_actions, $handlers
w3tc_admin_actions, $handlers
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_admin_actions, $handlers') is found 1 times:
- /Root_AdminActions.php line 133
'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']; }