wpseo_title, $title, $this->presentation

wpseo_title, $title, $this->presentation

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_title, $title, $this->presentation') is found 1 times:

  • /src/presenters/title-presenter.php line 75

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

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

    		 *
    		 * @param string                 $title        The title.
    		 * @param Indexable_Presentation $presentation The presentation of an indexable.
    		 */
    		$title = \apply_filters( 'wpseo_title', $title, $this->presentation );
    		$title = $this->helpers->string->strip_all_tags( $title );
    		return \trim( $title );
    	}
    }