acf/activated_pro
acf/activated_pro
Appears in: advanced-custom-fields.6.3.11
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.11do_action('acf/activated_pro') is found 1 times:
- /acf.php line 781777778779780781782783784785786787
}
}
if
( acf_is_pro() ) {
do_action(
'acf/activated_pro'
);
}
}
}
/**
* An ACF specific getter to replace `home_url` in our license checks to ensure we can avoid third party filters.