apply_filters( 'tiny_mce_plugins', array $plugins )

Filters the list of default TinyMCE plugins.


Description Description

The filter specifies which of the default plugins included in WordPress should be added to the TinyMCE instance.


Parameters Parameters

$plugins

(array) An array of default TinyMCE plugins.


Top ↑

Source Source

File: wp-includes/class-wp-editor.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.