wp-config.php file is the best place to setup certain conditions.
Documentation is still being updated. Some content maybe unfinished.
Also known as the wp-config.php file.
wp-config.php file is the best place to setup certain conditions.
/**
* Allows the full un-installation of CoCart.
*/
define( 'COCART_REMOVE_ALL_DATA', true );
/**
* Hides CoCart from the WordPress dashboard.
*/
define( 'COCART_WHITE_LABEL', true );
Was this page helpful?