wpseo_opengraph_url, $this->presentation->open_graph_url, $this->presentation

wpseo_opengraph_url, $this->presentation->open_graph_url, $this->presentation

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_opengraph_url, $this->presentation->open_graph_url, $this->presentation') is found 1 times:

  • /src/presenters/open-graph/url-presenter.php line 46

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

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

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

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

    		 *
    		 * @param string                 $url          The open graph URL.
    		 * @param Indexable_Presentation $presentation The presentation of an indexable.
    		 */
    		return \urldecode( (string) \apply_filters( 'wpseo_opengraph_url', $this->presentation->open_graph_url, $this->presentation ) );
    	}
    }