acf_pro::update_plugin_name
Updates the plugin name to make it translatable.
Method of the class: acf_pro{}
No Hooks.
Returns
null. Nothing (null).
Usage
$acf_pro = new acf_pro(); $acf_pro->update_plugin_name();
Changelog
| Since 6.4 | Introduced. |
acf_pro::update_plugin_name() acf pro::update plugin name code ACF 6.8.8
public function update_plugin_name() {
acf_update_setting( 'name', __( 'Advanced Custom Fields PRO', 'acf' ) );
}