wpseo_twitter_site, $this->presentation->twitter_site, $this->presentation
wpseo_twitter_site, $this->presentation->twitter_site, $this->presentation
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_twitter_site, $this->presentation->twitter_site, $this->presentation') is found 1 times:
- /src/presenters/twitter/site-presenter.php line 32
* * @param string $twitter_site Twitter site account string. * @param Indexable_Presentation $presentation The presentation of an indexable. */ $twitter_site = \apply_filters( 'wpseo_twitter_site', $this->presentation->twitter_site, $this->presentation ); $twitter_site = $this->get_twitter_id( $twitter_site ); if ( ! \is_string( $twitter_site ) || $twitter_site === '' ) { return ''; }