Metabox_Settings::filter_title_alignment_style( string $style, string $context = 'normal' )
Filters the styles provided and adds specific vars for post title if meta exists.
Parameters
- $style
-
(Required) The inline title styles.
- $context
-
(Optional) The context. ('cover', 'normal'). Defaults: 'normal'.
Default value: 'normal'
Return
(string)
Source
File: inc/views/pluggable/metabox_settings.php
Expand full source code Collapse full source code View on Github
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |