Skip to content

Commit 25e7979

Browse files
apply_filters fix
1 parent eaa47ea commit 25e7979

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-includes/functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9246,6 +9246,5 @@ function wp_get_api_request_url( $path = '/', $scheme = 'https' ) {
92469246
*
92479247
* @param string $url URL for this WP API request.
92489248
*/
9249-
apply_filters( 'wp_api_request', $url );
9250-
return $uri;
9249+
return apply_filters( 'wp_api_request', $url );
92519250
}

0 commit comments

Comments
 (0)