Yoast\WP\SEO\Integrations\Front_End
Open_Graph_OEmbed::get_conditionals() public Yoast 1.0
Returns the conditionals based in which this loadable should be active.
{} Это метод класса: Open_Graph_OEmbed{}
Хуков нет.
Возвращает
Массив.
Использование
$result = Open_Graph_OEmbed::get_conditionals();
Код Open_Graph_OEmbed::get_conditionals() Open Graph OEmbed::get conditionals Yoast 15.6.2
public static function get_conditionals() {
return [ Front_End_Conditional::class, Open_Graph_Conditional::class ];
}