How to get the value of contact-form-7 fields and integrate it with PHP code
...
Generating a WordPress plugin activation link url
As I might need it again I’ve put together a gist for a WordPress function that will generate a plugin activation url like the ones WordPress will generate in...
How to replace post name slug with post ID in Custom Post Types
Here is a way to replace the post slug with the post ID in a custom post type permalink structure. Example. Change To Assuming the...