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"?