Managed By Text
The managed by text feature is for the Enterprise plan only and applies to WordPress sites.
As an enterprise user, you will have the ability to set a custom message that will be shown to your customers when they visit the /wp-admin/ page and head to Settings → Security.
Setting up managed by text
Section titled “Setting up managed by text”- Head to the integrations page.
- Locate the “Site Managed By Text” section.
- Enter the HTML which you want to display to your users.
It can take up to 24 hours before the managed by text and mode is activated if applied for the first time. By clicking the API key resync button on Settings → Security at /wp-admin/, it will instantly refresh on the website.
Allowed HTML
Section titled “Allowed HTML”There are some limitations on what HTML is allowed to be inserted into this textarea. The HTML is passed through WordPress’ wp_kses function with the allowed HTML and attributes in the list below.
Allowed HTML tags and attributes
[ 'a' => [ 'href' => [], 'title' => [], 'target' => [] ], 'p' => [ 'style' => [] ], 'span' => [ 'style' => [] ], 'br' => [], 'strong' => [], 'b' => [], 'i' => [ 'style' => [] ], 'label' => [ 'for' => [], 'style' => [] ], 'input' => [ 'type' => [], 'class' => [], 'name' => [], 'id' => [], 'value' => [], 'checked' => [], 'style' => [] ], 'textarea' => [ 'rows' => [], 'id' => [], 'name' => [] ], 'select' => [ 'name' => [], 'id' => [], 'data-selected' => [] ], 'option' => [ 'value' => [], 'selected' => [] ], 'table' => [ 'class' => [], 'style' => [] ], 'thead' => [], 'th' => [ 'style' => [] ], 'tr' => [], 'td' => [], 'div' => [ 'class' => [], 'style' => [] ]];Example
Section titled “Example”Below is an example of what this looks like on the /wp-admin/ → Settings → Security page if we were to set the message to the following:
The security of this website is managed by <span style="color: #fff;">SomeCompany</span>.<br>If you have any questions or need assistance, reach out to us at <a href="mailto:our@company.com">our@company.com</a>.This results in the following:
