wpseo_metadesc, $meta_description, $this->presentation

wpseo_metadesc, $meta_description, $this->presentation

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_metadesc, $meta_description, $this->presentation') is found 1 times:

  • /src/presenters/meta-description-presenter.php line 59

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

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

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