Yoast\WP\SEO\Presentations
Indexable_Static_Posts_Page_Presentation::generate_open_graph_url() public Yoast 1.0
Generates the Open Graph URL.
{} Это метод класса: Indexable_Static_Posts_Page_Presentation{}
Хуков нет.
Возвращает
Строку. The Open Graph URL.
Использование
$Indexable_Static_Posts_Page_Presentation = new Indexable_Static_Posts_Page_Presentation(); $Indexable_Static_Posts_Page_Presentation->generate_open_graph_url();
Код Indexable_Static_Posts_Page_Presentation::generate_open_graph_url() Indexable Static Posts Page Presentation::generate open graph url Yoast 15.6.2
public function generate_open_graph_url() {
return $this->get_permalink();
}