Description
Filter the message shown in place of the server-key field when it is hidden (see cbc_show_server_key_form_field).
Parameters
- $message
- (string)(required) The message (HTML) shown instead of the field.
- Default:empty string
Example
add_filter( 'cbc_hidden_server_key_field_message', function() {
return '<em>Managed by your administrator.</em>';
} );