Skip to content

wps_subtitle_use_meta_box

Ben Huson edited this page Dec 10, 2015 · 1 revision

If using WordPress 3.5+ and WP Subtitle 2.2+, then the subtitle field in the admin is positioned below the main title field. If you would prefer to revert back to editing the subtitle field in a meta box you can use this filter to return false. This can be done for specific post types.

Parameters

$use_meta_box
(boolean) Use the meta box?
Default: false

$post_type
(string) (optional) The post type being filtered.

Example

View example