Skip to content

WPManageNinja/fluent-ignition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful WordPress Error Page (PHP) for Devs

Banner

Requirements

  • PHP 7.4 or higher

Installation

  • Clone or download this plugin and place it in your wp-content/plugins directory.
  • Activate the plugin from the WordPress admin panel.
  • Make sure WP_DEBUG is set to true in your wp-config.php file.
  • Or add define('WP_DEVELOPMENT_MODE', true); in your wp-config.php file.
  • That's it. You are ready to go.

Customization

  • To enable dark mode, add define('FLUENT_IGNITION_THEME', 'dark'); in your wp-config.php file.

ATTENTION

DO NOT USE THIS PLUGIN IN THE PRODUCTION SITE. THIS PLUGIN IS ONLY FOR DEVELOPMENT PURPOSE.

Packages Used