Warning: This hook has been deprecated.

htmledit_pre WordPress Hook

The htmledit_pre Wordpress hook allows you to modify the HTML code that is about to be edited in the WordPress editor. This can be useful for adding custom styles or other code that you want to be able to edit in the editor.

apply_filters( 'htmledit_pre', string $output ) #

Filters the text before it is formatted for the HTML editor.


Parameters

$output

(string)The HTML-formatted text.


Top ↑

Source

File: wp-includes/deprecated.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.3.0This hook has been deprecated.
2.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More