acf_admin_field_group::mb_pro_features
This function will render the HTML for the metabox 'acf-field-group-pro-features'
Метод класса: acf_admin_field_group{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$acf_admin_field_group = new acf_admin_field_group(); $acf_admin_field_group->mb_pro_features();
Список изменений
| С версии 6.0.0 | Введена. |
Код acf_admin_field_group::mb_pro_features() acf admin field group::mb pro features ACF 6.4.2
public function mb_pro_features() {
acf_get_view( $this->post_type . '/pro-features' );
}