wpseo_opengraph_desc, $meta_og_description, $this->presentation

wpseo_opengraph_desc, $meta_og_description, $this->presentation

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_opengraph_desc, $meta_og_description, $this->presentation') is found 1 times:

  • /src/presenters/open-graph/description-presenter.php line 41

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

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

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