Registers the API-API hook for adding the necessary configuration data.
Description
See also
Source
File: src/modules/actions/api-action.php
public function register_config_data_hook() { $this->module->apiapi()->hook_on( 'setup_config', function( $config ) { $this->add_config_data( $config ); }, 5 ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |