Framework Configure
Config
Framework Configure
Let’s open themename/wpsf-framework/config/framework.config.php all examples there
Settings keys
Default
Description
menu_parent
null
working with “submenu” type
menu_title
Framework
options menu name
menu_type
menu
type of menu, submenu, options, theme, etc.
menu_slug
wpsf-framework
slug of menu
menu_icon
null
supporting dashicon
menu_position
null
menu of position
menu_capability
manage_options
capability
ajax_save
false
saving options without refresh
show_reset_all
false
show -reset all options- button
framework_title
text
options framework header title
also you can use override method for config. see override
.
├── themename
| ├── wpsf-framework
| | ├── config
| | | ├── framework.config.phptake a look framework.config.php example
How to getting options
Last updated