acf_admin_field_group::mb_pro_features
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() acf admin field group::mb pro features code ACF 6.0.4
public function mb_pro_features() {
// load view.
acf_get_view( 'field-group-pro-features' );
}