Override Configure
Override Configure
If you do not want to touch framework files, you can use override method. Create a folder /wpsf-framework-override/on your theme directory and copy any orginal config file here. Also you can use this method for child theme. create same folder on child theme and modify your copies.
.
βββ themename
| βββ wpsf-framework-override
| | βββ config
| | | βββ framework.config.php
| | | βββ metabox.config.php
| | | βββ taxonomy.config.php
| | | βββ shortcode.config.php
| | | βββ customize.config.phpLast updated