acf_register_plugin_update()
Alias of acf_updates()->add_plugin().
No Hooks.
Returns
null. Nothing (null).
Usage
acf_register_plugin_update( $plugin );
- $plugin(array) (required)
- Plugin data array.
Changelog
| Since 5.5.10 | Introduced. |
acf_register_plugin_update() acf register plugin update code ACF 6.8.8
function acf_register_plugin_update( $plugin ) {
acf_updates()->add_plugin( $plugin );
}