We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca9d9e commit 2438ea4Copy full SHA for 2438ea4
router.php
@@ -112,6 +112,8 @@ function ( $url ) {
112
20
113
);
114
115
+add_filter( 'got_url_rewrite', '__return_true' );
116
+
117
$_SERVER['SERVER_ADDR'] = gethostbyname( $_SERVER['SERVER_NAME'] );
118
$wpcli_server_root = $_SERVER['DOCUMENT_ROOT'];
119
// phpcs:ignore WordPress.WP.AlternativeFunctions.parse_url_parse_url
0 commit comments