4WP Advanced Code

Description

4WP Advanced Code enhances core/code blocks and provides a dedicated Advanced Code block with syntax highlighting, copy and share controls, optional notes, and SoftwareSourceCode JSON-LD for technical content.

A plugin by 4wp.dev. 4WP is our project brand; the letters “WP” appear only as part of that brand name, not as a reference to WordPress. This plugin is not affiliated with, endorsed, or sponsored by WordPress.

Source code: github.com/4wpdev/4wp-advanced-code

Key features

  • Syntax highlighting — bundled Highlight.js (no CDN on the frontend)
  • core/code wrapper — upgrade existing Code blocks without re-entering content
  • Advanced Code block — per-block language, theme, copy/share, and SEO fields
  • JSON-LD — optional SoftwareSourceCode structured data
  • Settings — global defaults under Settings 4WP Advanced Code

Privacy

Copy and share actions run in the visitor browser. When share opens Twitter or LinkedIn, the visitor leaves your site to those third-party services. No personal data is sent to 4wp.dev.

Blocks

This plugin provides 1 block.

  • Advanced Code — syntax-highlighted code with copy, share, and SEO controls.

Blocks

This plugin provides 1 block.

  • Advanced Code Enhanced code block with syntax highlighting, copy/share functionality, and SEO optimization.

Installation

  1. Upload the plugin to /wp-content/plugins/4wp-advanced-code/ or install from the Plugins screen.
  2. Activate 4WP Advanced Code.
  3. Open Settings 4WP Advanced Code to set defaults.
  4. Add a Code or Advanced Code block in the editor.

FAQ

Does this replace core/code?

No. Existing Code blocks keep working. When advanced features are enabled, the plugin wraps their output on the frontend.

Is Highlight.js loaded on every page?

Only on singular posts/pages that contain a Code or Advanced Code block.

Can I disable JSON-LD?

Yes — globally in Settings or per block in the block sidebar.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“4WP Advanced Code” is open source software. The following people have contributed to this plugin.

Contributors

Translate “4WP Advanced Code” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.1

  • Review T1: upgrade bundled Highlight.js to 11.11.1; safe JSON-LD output via wp_json_encode (no script-breakout flags).

1.0.0

  • First submission: core/code wrapper, Advanced Code block, bundled Highlight.js, JSON-LD, settings.