w3tc_ajax_

w3tc_ajax_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('w3tc_ajax_') is found 1 times:

  • /Generic_Plugin_Admin.php line 169
    				throw new \Exception( 'no permissions' );
    			}
    
    			do_action( 'w3tc_ajax' );
    			do_action( 'w3tc_ajax_' . Util_Request::get_string( 'w3tc_action' ) );
    		} catch ( \Exception $e ) {
    			echo esc_html( $e->getMessage() );
    		}
    
    		exit();
    	}