is_protected_endpoint

is_protected_endpoint

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('is_protected_endpoint') is found 1 times:

  • /wp-includes/load.php line 1170
    	 *
    	 * @param bool $is_protected_endpoint Whether the currently requested endpoint is protected.
    	 *                                    Default false.
    	 */
    	return (bool) apply_filters( 'is_protected_endpoint', false );
    }
    
    /**
     * Determines whether we are currently handling an Ajax action that should be protected against WSODs.
     *
     * @since 5.2.0