_rwmb_post_format_single_value
_rwmb_post_format_single_value
Appears in: wp-stateless.4.4.1
Hook Type: filter
See hook in action
Displaying hooks found in version: wp-stateless.4.4.1apply_filters('_rwmb_post_format_single_value') is found 1 times:
- /vendor/wpmetabox/meta-box/inc/fields/post.php line 222
* @var int|string $value The post ID. * @var array $field The field parameters. * @internal */ $value = apply_filters( '_rwmb_post_format_single_value', $value, $field ); $link = $args['link'] ?? 'view'; $text = get_the_title( $value ); if ( false === $link ) { return $text;