Plugin info

Total downloads: 1,667
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/8/2021 (1604 days ago)
Added to WordPress: 9/19/2017 (8 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.8.12
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1604 days ago

20/100

Is WP Code Pre abandoned?

Possibly abandoned (last update 1604 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.8.12
Requires PHP: 7.0

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Subscribers Only Content
Rating 0.0/5 (0 reviews)Active installs 20

Description

This simple plugin was created because of security concerns related to using PHP preg_replace directly. With transition to PHP7, it’s advised to use preg_replace_callback instead.

This plugin uses built-in supported feature of PHP-“highlight_string”. This plugin filters post content inside custom html block for

 

and helps display html and other source code.

To display source code in your posts, surround source code with pre tags. Plugin will filter for pre tags and add inline styles that may be modified using your wordpress theme’s css stylesheet.

For WordPress versions 5.0 and above, HTML pre tags can be used within html block or, classic block. Use the three dot menu to convert to html when there is a invalid content error while post editing.

Installation

  1. Download the plugin
  2. Upload the wp-code-pre.zip folder to your site’s wp-content/plugins directory
  3. Activate the plugin in the WordPress Admin Panel
  4. Surround source code with <pre> </pre> tags, when writing in blog posts using Gutenberg with classic block and “Edit as HTML” or, html block

Frequently Asked Questions

Why there aren’t any options to modify in admin?
This plugin simply filters for pre tags.

Review feed

No reviews available

Screenshots

  1. Code preview on blog post or page

    Code preview on blog post or page

  2. Typing code in text tab of WordPress Admin area when writing Post.

    Typing code in text tab of WordPress Admin area when writing Post.

  3. Convert block to html while editing to make modifications to existing source code display

    Convert block to html while editing to make modifications to existing source code display

Changelog

1.0

  • First version of the plugin.

1.0.1

  • Updated readme to reflect updates to version 5.0