wpseo_opengraph_site_name, $this->presentation->open_graph_site_name, $this->presentation
wpseo_opengraph_site_name, $this->presentation->open_graph_site_name, $this->presentation
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_opengraph_site_name, $this->presentation->open_graph_site_name, $this->presentation') is found 1 times:
- /src/presenters/open-graph/site-name-presenter.php line 39
Warning: Undefined array key 41 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 42 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 43 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 44 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @param string $site_name The site_name. * @param Indexable_Presentation $presentation The presentation of an indexable. */ return (string) \trim( \apply_filters( 'wpseo_opengraph_site_name', $this->presentation->open_graph_site_name, $this->presentation ) ); } }