Introduction
You may want to modify or hide the “Hire a developer” link in WP Toolkit in cPanel. This can be done through the WHM interface or the command line.
Procedure
To change the setting through WHM:
- Access your server through WHM as the root user
- Navigate to "Plugins / WP Toolkit / Settings"
- Under "General Settings," find the header to 'Customization of "Hire a developer" link'
- To customize the URL, select the option for "Link to custom URL" or "Link hidden"
- If customizing, place your custom URL in the text box underneath the option
- Select "Save" to commit your changes.
To change the setting using the API:
- Access your server via SSH as the root user
- To hide the option, set the following option to "none:"
wp-toolkit --config -operation set -option-name hireDeveloperFeatureSource -option-value none
- To set a custom value, first set the URL:
wp-toolkit --config -operation set -option-name hireDeveloperFeatureHref -option-value "$customurl"
- Then set the feature option to "custom:"
wp-toolkit --config -operation set -option-name hireDeveloperFeatureSource -option-value cu