Hi
I would like to know how can i add a filter when i publish a wordpress post.
and if the has satisfied some conditions stated inside the filter it will continue to publish the post if not, it will abort from publishing the post and prompting the user that some conditions were not met?
Edit
Lets just say that the process inside would just return a true or false result.
@shelby Maybe to not completly abort but instead change the status to save as draft?
Thanks