wpseo_twitter_creator_account, $twitter_creator

wpseo_twitter_creator_account, $twitter_creator

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_twitter_creator_account, $twitter_creator') is found 1 times:

  • /src/presentations/indexable-post-type-presentation.php line 392
    		 * Filter: 'wpseo_twitter_creator_account' - Allow changing the X account as output in the X card by Yoast SEO.
    		 *
    		 * @param string $twitter The twitter account name string.
    		 */
    		$twitter_creator = \apply_filters( 'wpseo_twitter_creator_account', $twitter_creator );
    
    		if ( \is_string( $twitter_creator ) && $twitter_creator !== '' ) {
    			return '@' . $twitter_creator;
    		}
    
    		$site_twitter = $this->options->get( 'twitter_site', '' );