All settings endpoints are available since v1.8.0.
GET /settings
Returns the current plugin branding settings.Response
Custom plugin name shown in the admin interface. Empty string if not set (falls back to the default name).
Custom admin menu label. Empty string if not set.
URL of a custom logo image. Empty string if not set.
POST /settings
Saves plugin branding settings. All fields are optional — omit any field to leave its current value unchanged.Parameters
Custom display name for the plugin in the WordPress admin.
Custom label for the plugin’s top-level admin menu item.
URL of a custom logo image to display in the plugin header.
Response
Always
true on success.The saved plugin name.
The saved menu label.
The saved logo URL.
