The automation tag has no wiki summary.
12
votes
4answers
237 views
Automatically determine minimum WordPress version required for a plugin?
When developing a plugin, is there a way to automatically determine the minimum version of WordPress that's required to run it? I want to make sure that the Requires header is accurate, but manually ...
4
votes
3answers
249 views
Automating deprecated call checks?
I've recently started revamping and re-releasing some abandoned (yet important) WordPress plugins. As I walk through the code patching other bugs, my IDE highlights deprecated function calls for me, ...
2
votes
1answer
2k views
Send automatic mail to Admin when user/member changes/adds profile
Is there a way to send the updated/added values from profile, when a member/user updates his/hers data, to the admin of the site or another emailadress?
Can this be the first step?
/* do something ...
1
vote
1answer
94 views
Automatically create child pages when saving a (parent) page
I have a bit of a tricky one...
I have a hierarchical Custom Post Type ('shows') that represents events. Is it possible for the user to create a new page (ie show), save the page and for Wordpress to ...