Changeset 897239
- Timestamp:
- 04/18/2014 09:57:22 AM (12 years ago)
- Location:
- shortcode-exec-php
- Files:
-
- 2 edited
-
tags/1.51/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-exec-php/tags/1.51/readme.txt
r897238 r897239 10 10 == Description == 11 11 12 **This plugin is not support anymore**12 **This plugin is not supported anymore** 13 13 14 14 Using this plugin you can execute arbitrary [PHP](http://www.php.net/ "PHP") code using [shortcodes](http://codex.wordpress.org/Shortcode_API "Shortcode API") in your posts, pages, comments, widgets and RSS feeds, just like manually defined shortcodes. The shortcodes and associated PHP code are defined using the settings of this plugin. It is possible to parse and use shortcode parameters and to use shortcode content. Defined shortcodes can be deleted and disabled. … … 25 25 For those concerned about security (hopefully everybody): only administrators can define shortcodes and associated PHP code (see also the [FAQ](http://wordpress.org/extend/plugins/shortcode-exec-php/faq/ "FAQ")). 26 26 27 See my [other plugins](http://wordpress.org/extend/plugins/profile/m66b "Marcel Bokhorst") 27 See my [other plugins](http://wordpress.org/extend/plugins/profile/m66b "Marcel Bokhorst"). 28 28 29 29 == Installation == -
shortcode-exec-php/trunk/readme.txt
r897237 r897239 10 10 == Description == 11 11 12 **This plugin is not support anymore**12 **This plugin is not supported anymore** 13 13 14 14 Using this plugin you can execute arbitrary [PHP](http://www.php.net/ "PHP") code using [shortcodes](http://codex.wordpress.org/Shortcode_API "Shortcode API") in your posts, pages, comments, widgets and RSS feeds, just like manually defined shortcodes. The shortcodes and associated PHP code are defined using the settings of this plugin. It is possible to parse and use shortcode parameters and to use shortcode content. Defined shortcodes can be deleted and disabled.
Note: See TracChangeset
for help on using the changeset viewer.