Prevent Seach Engine Bot from accessing my plugin
-
Hi,
I write plugin and call it with the following URL:
https://www.sample.com/blogs/wp-admin/admin-post.php?action=myplugin&nocache=123
and also include the following statement:
if (!defined('ABSPATH')) exit; // Exit if accessed directly
However, it is still possible that the search engine bot access the URL https://www.sample.com/blogs/wp-admin/admin-post.php?action=myplugin&nocache=123 and call it. How to prevent that?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Prevent Seach Engine Bot from accessing my plugin’ is closed to new replies.