Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Possible Duplicate:
Wordpress Command Question

Ok would like to learn how to run commands through WP rather than SQL commands

So I have created a text file named delete-non-authors.php to delete authors with no posts

Do I need to add this to a folder before uploading?

What are the permissions to execute this plugin?

Thanks in advance

share|improve this question

marked as duplicate by EAMann Mar 5 '11 at 16:00

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

You do not need to put it into a folder (just make sure it's in the plugins directory). Permissions of 755 should be fine.

share|improve this answer