Yoast\WP\SEO\Integrations\Front_End
Open_Graph_OEmbed::__construct() public Yoast 1.0
Open_Graph_OEmbed constructor.
{} Это метод класса: Open_Graph_OEmbed{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Open_Graph_OEmbed = new Open_Graph_OEmbed(); $Open_Graph_OEmbed->__construct( $meta );
- $meta(Meta_Surface) (обязательный)
- The meta surface.
Код Open_Graph_OEmbed::__construct() Open Graph OEmbed:: construct Yoast 15.6.2
public function __construct( Meta_Surface $meta ) {
$this->meta = $meta;
}