YoastWPSEOopen_graph_title_ . $object_type, $title, $object_subtype
YoastWPSEOopen_graph_title_ . $object_type, $title, $object_subtype
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('YoastWPSEOopen_graph_title_ . $object_type, $title, $object_subtype') is found 1 times:
- /src/helpers/open-graph/values-helper.php line 26
* * @param string $title The default title. * @param string $object_subtype The object subtype. */ return \apply_filters( 'Yoast\WP\SEO\open_graph_title_' . $object_type, $title, $object_subtype ); } /** * Filters the Open Graph description. * * @param string $description The default description.