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.

WYSIWYG Helper

Description

This plugin allows developers to use the WordPress WYSIWYG editor for their own
fields during plugin/theme development, for example – for Custom Post Types.
Code is based on WordPress the_editor code.

Sponsored by GlobalBases.com GmbH WebBases & WebSoftware http://www.globalbases.com

PLEASE NOTE: Plugin is in alpha stage of development, so don’t expect it to be fully working. Don’t expect anything.

Known limitations: working only on post create/edit pages

Installation

  1. Upload wysiwyg_helper directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How can I place a WYSIWYG editor for my field ?

In your theme/plugin code replace the textarea code with this line of PHP code:

wysiwyg_helper_tinyeditor($content,$id);

$content – the default value of editor content $id – Id of the editor element, it will also be used for field name There’s an optional third boolean parameter that allows you to tell the function not to output the media buttons

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WYSIWYG Helper” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WYSIWYG Helper” into your language.

Interested in development?

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