Here you can find the available APIs in Greyd.Suite. It outlines how developers can interact with plugin features programmatically and extends the user-facing documentation by focusing on technical endpoints and integration details.
Greyd Settings API
The Greyd Settings API is a set of filters that can be used to add additional settings under Greyd.Suite → Settings in the WordPress backend. For more information about the settings page in general, see the Settings documentation. greyd_settings_default_global PHPCopy/** * Add default global settings. * * @filter 'greyd_settings_default_global' * * @param array $global_settings All […]