Hi, I tried deactivating HMWP plugin, but I do not see any difference in the this page – https://funnelsninja.com/live-training-with-s-c-halder/
Can you please explain what exactly is the issue?
Also, it seems like you had renamed wp-admin path name. So after deactivating HMWP I can no more login to backend. You’ll need to
– comment out or remove following line from wp-config.php
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
– remove or comment out following line from htaccess file:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1
Once logged in you can rename back wp-admin path and uncomment the above lines.