Created
November 1, 2018 13:08
-
-
Save remyperona/3fb83e3040aed1feec6e2b5eb9a7ec69 to your computer and use it in GitHub Desktop.
Change default root for path rewrite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'rocket_min_documentRoot', function( $document_root ) { | |
return ABSPATH; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment