w3tc_ajax_ . $action

w3tc_ajax_ . $action

Hook Type: action

See hook in core

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

do_action('w3tc_ajax_ . $action') is found 1 times:

  • /Generic_Plugin_Admin.php line 318
    		}
    
    		try {
    			do_action( 'w3tc_ajax' );
    			do_action( 'w3tc_ajax_' . $action );
    		} catch ( \Exception $e ) {
    			Util_Debug::audit_log(
    				'handler_exception',
    				array(
    					'handler' => 'wp_ajax_w3tc_ajax',
    					'action'  => $action,