Hide Login Area Exception
-
Hey,
I am using the iThemes security plugin and have the Hide Login Area module enabled. However I have a plugin that uses the
wp-admin/admin-post.php
functionality which should also be available for visitors who are not logged in.The plugin uses admin_post_nopriv_{$action} in an
add_action
. When the Hide Login Area module is disabled it works, but when it is enabled iThemes will protect te page and visitors who are not logged in will see an error message.Is there a way to add an exception to calls to
wp-admin/admin-post.php
with specific action variables? So that these will not be protected and visitors will not see the error page?Does somebody know a way to accomplish this?
Is this feature already in iThemes?
If not is there a plan to add it to iThemes?Thank you in advance for your help
- The topic ‘Hide Login Area Exception’ is closed to new replies.