Filter hook 'wp_editor_expand'

in WP Core File wp-admin/edit-form-advanced.php at line 60

Description

Filters whether to enable the 'expand' functionality in the post editor.

Occurrences

Filename Line Number
wp-admin/edit-form-advanced.php 60

Parameters

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

PHP Doc

/**
	 * Filters whether to enable the 'expand' functionality in the post editor.
	 *
	 * @since 4.0.0
	 * @since 4.1.0 Added the `$post_type` parameter.
	 *
	 * @param bool   $expand    Whether to enable the 'expand' functionality. Default true.
	 * @param string $post_type Post type.
	 */