The Execution of All Things (wp-exec) Updated…
-
As per requested, I have updated the wp-exec plugin. You can find more information about this plugin here: https://www.navidazimi.com/projects/wp-exec/.
This plugin serves as a transparent HTML-to-API layer. It allows you to embed dynamic data inside your posts or pages. Some key features include:
– Including posts or pages within each other, or even external files.
For example: <exec type=”include” id=”#” />
– Dynamically calling user-defined functions (including all activated plugins)
For example: <exec type=”function” name=”wplists_print_by_
id” params=”1″ />– Call out built-in WP api calls (e.g. archives, categories, etc.)
For example: <exec type=”archives” />
You should definitely check it out. I wrote this plugin so long ago and I can’t believe how frequently I use it myself! ??
- The topic ‘The Execution of All Things (wp-exec) Updated…’ is closed to new replies.