Objective Best Practices for Plugin Development? [closed]

Use Actions and Filters If you think people would like to add or alter some data: provide apply_filters() before returning. P.S. One thing I find a bit disappointing and that your question addresses is the percentage of plugins that are designed only for end-users, i.e. that have no hooks of their own. Imagine if WordPress … Read more