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.
*/