wpseo_twitter_site, $this->presentation->twitter_site, $this->presentation

wpseo_twitter_site, $this->presentation->twitter_site, $this->presentation

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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 '';
    		}