The following API functions can be used within your child theme to make customizations to your theme options page, layout builder, and widget area manager, a little easier.
Function | Description | |
---|---|---|
Theme Options | themeblvd_get_option() |
Get the saved value for a theme option on the frontend of your website. Learn More |
themeblvd_add_option() |
Add a new individual option to the theme options page. Learn More | |
themeblvd_remove_option() |
Remove an individual option from the theme options page. Learn More | |
themeblvd_edit_option() |
Edit an individual option on the theme options page. Learn More | |
themeblvd_add_option_tab() |
Add a new top-level tab to the theme options page. Learn More | |
themeblvd_remove_option_tab() |
Remove a top-level tab from the theme options page. Learn More | |
themeblvd_add_option_section() |
Add a new section of options to the theme options page. Learn More | |
themeblvd_remove_option_section() |
Remove a section of options from the theme options page.. Learn More | |
Layout Builder | themeblvd_add_builder_element() |
Add a custom element the layout builder. Learn More |
themeblvd_remove_builder_element() |
Remove an existing element from the layout builder. Learn More | |
Widget Areas | themeblvd_add_sidebar_location() |
Add a custom widget area location, compatible with our widget area manager. Learn More |
themeblvd_remove_sidebar_location() |
Remove an existing widget area location. Learn More |