Mô tả
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.
Ảnh màn hình
Cài đặt
- Download the plugin
- Upload the wp-code-pre.zip folder to your site’s wp-content/plugins directory
- Activate the plugin in the WordPress Admin Panel
- Surround source code with
<pre> </pre>
tags, when writing in blog posts using Gutenberg with classic block and “Edit as HTML” or, html block
Hỏi đáp
Why there aren’t any options to modify in admin?
This plugin simply filters for pre tags.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“WP Code Pre” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WP Code Pre” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- First version of the plugin.
1.0.1
- Updated readme to reflect updates to version 5.0