Home / Disable / Removing the Redux Demo Mode Notice
Duplicate Snippet

Embed Snippet on Your Site

Removing the Redux Demo Mode Notice

Copyright © author
Link: https://devs.redux.io/guides/basics/removing-demo-mode-notice.html

The Redux Framework plugin ships with a sample config. This permits folks to try Redux out without effort.
This may be less than desirable if you intend to ship Redux with a premium theme or product. The demo items are easily
disabled with the code block below

Code Preview
php
<?php
Redux::disable_demo();

Comments

Add a Comment