apply_filters( 'htmledit_pre', string $output )
- Since
- 2.5.0
Filters the text before it is formatted for the HTML editor.
Parameters
$outputstring- The HTML-formatted text.
Fired at · 2
wp-includes/class-wp-editor.php:299_WP_Editors::editor()wp-includes/deprecated.php:3643wp_htmledit_pre()
Source
View on Trac ↗View on GitHub ↗
3637 *3638 * @since 2.5.03639 * @deprecated 4.3.03640 *3641 * @param string $output The HTML-formatted text.3642 */3643 return apply_filters( 'htmledit_pre', $output );3644}3645 3646/**3647 * Retrieve permalink from post ID.3648 *3649 * @since 1.0.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
4.3.0
Deprecated.from the docblock
2.5.0
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.