wpseo_twitter_title, $this->replace_vars( $this->presentation->twitter_title

wpseo_twitter_title, $this->replace_vars( $this->presentation->twitter_title

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_twitter_title, $this->replace_vars( $this->presentation->twitter_title') is found 1 times:

  • /src/presenters/twitter/title-presenter.php line 32

    Warning: Undefined array key 34 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 35 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 36 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 37 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param string                 $twitter_title The Twitter title.
    		 * @param Indexable_Presentation $presentation  The presentation of an indexable.
    		 */
    		return \trim( \apply_filters( 'wpseo_twitter_title', $this->replace_vars( $this->presentation->twitter_title ), $this->presentation ) );
    	}
    }