acf_pro::include_field_types()
include_field_types
description
@type function
{} Это метод класса: acf_pro{}
Хуков нет.
Возвращает
$post_id
. (int)
Использование
$acf_pro = new acf_pro(); $acf_pro->include_field_types();
Список изменений
С версии 5.2.3 | Введена. |
Код acf_pro::include_field_types() acf pro::include field types ACF 5.10.2
function include_field_types() { acf_include( 'pro/fields/class-acf-field-repeater.php' ); acf_include( 'pro/fields/class-acf-field-flexible-content.php' ); acf_include( 'pro/fields/class-acf-field-gallery.php' ); acf_include( 'pro/fields/class-acf-field-clone.php' ); }