Plugin info

Total downloads: 3,536
Active installs: 20
Total reviews: 3
Average rating: 3.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/2/2017 (2981 days ago)
Added to WordPress: 8/19/2016 (9 years old)
Minimum WordPress version: 3.5.1
Tested up to WordPress version: 4.8.27
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2981 days ago • 3 reviews

22/100

Is Ignore Code abandoned?

Possibly abandoned (last update 2981 days ago).

Compatibility

Requires WordPress: 3.5.1
Tested up to: 4.8.27
Requires PHP: f

Languages

Similar & Alternatives

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

Power Code Editor
Rating 0.0/5 (0 reviews)Active installs 300
WP Editarea
Rating 3.0/5 (3 reviews)Active installs 100
CC-Syntax-Highlight
Rating 5.0/5 (1 reviews)Active installs 80
iG:Syntax Hiliter
Rating 5.0/5 (1 reviews)Active installs 60
JavaScript Obfuscator
Rating 3.0/5 (2 reviews)Active installs 50

Description

Wherever you have code you don?t want the visual editor to touch use the [ignore_code] shortcode.
This version also supports the [insert_php] and start the first line with With latter two codes you will have to separately install
plugins to get the dynamic PHP insertion functionality.

Installation

Installation is easy.

  1. Upload the plugin files to the /wp-content/plugins/ignore-code directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. There are no settings at this time but you can modify the source code to make it support more shortcodes.

Frequently Asked Questions

Installation Instructions

Installation is easy.

  1. Upload the plugin files to the /wp-content/plugins/ignore-code directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. There are no settings at this time but you can modify the source code to make it support more shortcodes.

Does this work with other plugins that call tiny_mce_before_init

I tested it along side TinyMCE Advanced and they both seemed to work. However calling this in functions.php
section of your theme may override the plugin’s functions.

It’s not working on long pieces of code

This is the first version so it may not work with extremely large sections of code.

My code is still coming out wrong after I update the post

Ignore Code only stops code from being modified on the client side in the visual editor. It does not do anything
on the server side. For that you need to do something like remove_filter(‘the_content’, ‘wpautop’);

My code is not showing up in the visual editor anymore

That’s the down side of this plugin, it causes the visual editor to ignore the code entirely so it won’t be
represented as anything on there.

My CSS is still getting mangled

You can use this plugin in conjunction with Preserved HTML Editor Markup Plus to work with even more code. However
read that plugin’s documentation closely as installing it can modify the way your website looks.

It killed my website!

Because this is the first version, it is highly recommended you have FTP and database access to your website in case
you need to uninstall this plugin manually if it crashed your website. This precaution is a good one to take for
every plugin.

Review feed

Ron Fredericks
11/8/2022

Nice idea but does not work

I am using WordPress 6.1. My shortcodes are not ignored within the block editor with this plugin.

Screenshots

  1. This is some code between the ignore_code shortcode

    This is some code between the ignore_code shortcode

Changelog

1.0

  • Initial version with readme.