- PHP 8.1 or higher
- Clone or download this pligin and place it in your
wp-content/plugins
directory. - Activate the plugin from the WordPress admin panel.
- Make sure
WP_DEBUG
is set totrue
in yourwp-config.php
file. - Or add
define('WP_DEVELOPMENT_MODE', true);
in yourwp-config.php
file. - That's it. You are ready to go.
- To enable dark mode, add
define('FLUENT_IGNITION_THEME', 'dark');
in yourwp-config.php
file.
DO NOT USE THIS PLUGIN IN PRODUCTION SITE. THIS PLUGIN IS ONLY FOR DEVELOPMENT PURPOSE.