Insert PHP

Wordpress Plugin
Download latest - 2.4.6

Download Stats

Today 74
Yesterday 108
Last Week 780
All Time 330,448
Banner 772x250


Releases (13 )

Version Release Date Change Log
2.4.6 2022-10-07

(31.05.2022) = * Fixed: Compatibility with Wordpress 6.0 * Fixed: Some bugs and issues

2.4.5 2022-06-02
2.4.4 2022-05-26

(23.03.2022) = * Allow post editors to use snippet shortcodes * Fixed a bug in TinyMCE

2.4.2 2022-03-18
  • Fix: Snippets library not load
  • Turn off redirect after activate
2.3.10 2021-02-15
  • Fixed: Hot fix
2.3.1 2020-06-23

(26.11.2019) = * Fixed: Bug with images on the about page.

2.2.9 2019-11-19

(16.09.2019) = * Fixed: Due to a problem with WPML, we were forced to cancel the added WPML compatibility in the previous version. * Fixed: Security issue

2.2.7 2019-09-13
  • Fixed: Critical php errors
2.2.4 2019-07-31
  • Fixed: Php error (Cannot declare class Post)
  • Fixed: Some hooks did not work, when using php snippet with space to run everywhere.
  • Fixed: Slashes removed in css snippet: \f058 becomes f058
2.1.91 2019-05-19
  • Fixed: some users were redirected to about page an infinite number of times
  • Fixed: safe mode did not work, since it could be started only after the snippet
  • Added: php lint for code editor
  • Added: hook wbcr/factory/bootstrap/cache_enable to disable caching of Woody assets. Some users use cdn, it may be useful to them.
2.0.6 2019-01-10
  • Changed the way to safely save snippets. Now in case of an error, you will not lose the snippet changes. And also now there is no verification for snippets created for shortcodes, because of what many users had a problem with saving their old code.
  • You can get the values of the variables from the shortcode attributes. For example, if you set the my_type attribute for the shortcode [wbcr_php_snippet id="2864" my_type="button"], you can get the value of the my_type attribute in the snippet by calling $my_type var.
  • Added feature to set tags for snippets
  • Added an instruction on how to export and import your own snippets
  • Some bugs fixed.
2.0.4 2018-06-25
  • Fixed critical bug with $wp_query. It was a conflict with some plugins that overwritten the global variable $wp_query.
  • All created and updated snippets by default, are now active.
1.3 2018-06-13

Fixed issue with str_replace() when haystack contained a slash character.

=