apply_filters( 'wp_editor_expand', bool $expand, string $post_type )

Filters whether to enable the ‘expand’ functionality in the post editor.


Parameters

$expand bool
Whether to enable the 'expand' functionality. Default true.
$post_type string
Post type.

Top ↑

Source

File: wp-admin/edit-form-advanced.php. View all references

if ( apply_filters( 'wp_editor_expand', true, $post_type ) ) {

Top ↑

Changelog

Changelog
Version Description
4.1.0 Added the $post_type parameter.
4.0.0 Introduced.

Top ↑

User Contributed Notes

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