rest_request_from_url

rest_request_from_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_request_from_url') is found 1 times:

  • /wp-includes/rest-api/class-wp-rest-request.php line 1061

    Warning: Undefined array key 1063 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1064 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1065 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1066 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @param WP_REST_Request|false $request Generated request object, or false if URL
    		 *                                       could not be parsed.
    		 * @param string                $url     URL the request was generated from.
    		 */
    		return apply_filters( 'rest_request_from_url', $request, $url );
    	}
    }