Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Replacing /wp-json with /json will not work. As of now, you can only remove it. And to remove/disable oembed you can use plugin like ‘Disable Embeds’
April 3, 2016 at 6:15 pm in reply to: Version 5 breaks my subdomain posts in Multisite Installation #8771This reply has been marked as private.This reply has been marked as private.Hi, renaming wp-json will not work. You’ll need to add following line in your theme’s functions.php file:
remove_action( ‘wp_head’, ‘rest_output_link_wp_head’, 10 );
April 3, 2016 at 5:52 pm in reply to: My login links appears in "broken links" (those informations are public…). #8766Hi, it’s because there’s login form in the page. Please check this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/15899
This reply has been marked as private.April 3, 2016 at 5:39 pm in reply to: Version 5 breaks my subdomain posts in Multisite Installation #8764This reply has been marked as private.This reply has been marked as private.April 3, 2016 at 3:01 am in reply to: Version 5 breaks my subdomain posts in Multisite Installation #8752This reply has been marked as private.Hi, please view the page source in logged out mode.
Okay, let us know the result.
Yes, that’s correct.
Hi, it seems like there’s some issue with ‘Hide admin bar for untrusted users’ option. We’ll be fixing it in upcoming versions of the plugin.
The issue has been resolved. The rewrite rules block was duplicated in htaccess file. I remove one of the duplicate block and applied following settings:
– in HMWP start tab, set ‘Medium Privacy – More Compatibility’ scheme and saved the settings
– in HMWP permalinks & urls tab, set “rename plugins” option to “all plugins” and saved the settingsNote: Your new backend login URL is http://www.YourDomain.com/wp-login.php?hide_my_wp=1234
You may change the secret code “hide_my_wp=1234” from HMWP general settings tab. -
AuthorPosts