acf_admin_field_group::mb_pro_featurespublicACF 6.0.0

This function will render the HTML for the metabox 'acf-field-group-pro-features'

Method of the class: acf_admin_field_group{}

No Hooks.

Returns

null. Nothing (null).

Usage

$acf_admin_field_group = new acf_admin_field_group();
$acf_admin_field_group->mb_pro_features();

Changelog

Since 6.0.0 Introduced.

acf_admin_field_group::mb_pro_features() code ACF 6.8.8

public function mb_pro_features() {
	acf_get_view( $this->post_type . '/pro-features' );
}