WYSIWYG Helper
Plugin for developers that want to use WYISIWYG in their plugins/themes.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5450 days ago
Is WYSIWYG Helper abandoned?
Possibly abandoned (last update 5450 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
- Upload
wysiwyg_helperdirectory to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
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