Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
641 views
in Plugins by
The situation is that I have a plugin that modifies and removes posts in the database.

As I do not want to manually call the plugin, when I am logged in as admin, I should setup a daily cronjob that does it for me.

Question is, how can I call the plugin with "admin rights"?
Q2A version: 1.6.3
by
What's the name of the plugin?
by
this is a general question, not "one" plugin specific :)
by
I'd be very interested in whatever solution you come up with.  I am manually deleting spam which is time consuming (particularly from the qa_words table).
by
I have not found any solution yet.

1 Answer

0 votes
by

You may be able to cope in .htaccess (File directive / IP blocking / Referer blocking).

http://htaccessfile.com/

...