ACF\AI\GEO\Outputs
Posts::init
Initialize the GEO Posts extension
Метод класса: Posts{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Posts = new Posts(); $Posts->init();
Список изменений
| С версии 6.8.0 | Введена. |
Код Posts::init() Posts::init ACF 6.8.8
public function init() {
// Add front-end JSON-LD output for posts.
add_action( 'wp_head', array( $this, 'output_jsonld_data' ) );
}