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.php
Last updated