This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Code Pre

वर्णन

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.

स्क्रीनशॉट

  • Code preview on blog post or page
  • Typing code in text tab of WordPress Admin area when writing Post.
  • Convert block to html while editing to make modifications to existing source code display

स्थापना

  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

नेहमी विचारले जाणारे प्रश्न

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

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“WP Code Pre” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “WP Code Pre” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0

  • First version of the plugin.

1.0.1

  • Updated readme to reflect updates to version 5.0