Plugin Logo
You can replace the BerqWP logo with your own. To do this, edit the wp-config.php
file located in the root directory of your WordPress installation and add the following line:
define('BERQWP_LOGO', 'https://example.com/logo.png');
Replace https://example.com/logo.png
with the URL of your own logo image.
Plugin Name
You can change the plugin name in the admin bar and WordPress dashboard sidebar by adding the following line to the wp-config.php
file present in the root directory of your WordPress installation:
define('BERQWP_PLUGIN_NAME', 'Optimizer');
Replace Optimizer
with any name you’d like.
Documentation URLs
You can remove the documentation URLs from the plugin settings page. Simply edit the wp-config.php
file located in the root directory of your WordPress installation and add the following line:
define('BERQWP_HIDE_DOCS', true);
Account Details
You can remove the “My Account” block from the plugin settings page by adding the following line to the wp-config.php
file present in the root directory of your WordPress installation:
define('BERQWP_HIDE_ACCOUNT', true);