If you look into the file includes/admin/theme-admin.php
you’ll see that the theme’s options are stored in 'themezee_options'
. You can either delete these options per database manager or per a plugin.
If you aren’t familiar with database operations, copy the following code into a PHP file, install it as plugin and activate it once. Then deactivate it immediately.
/**
* Plugin Name: Reset zeeBizzCard options
*/
register_activation_hook( __FILE__, 'reset_zeebizzcard_options' );
function reset_zeebizzcard_options()
{
delete_option( 'themezee_options' );
}
Related Posts:
- Any official way to create an admin theme?
- How do I create my own admin button and theme settings page?
- Exclude stylesheet from admin
- How get Themes list via REST api?
- Activate a new WordPress Theme Only for Admins
- How can I show more than 15 themes at a time in the admin menu?
- How do you get thumbnails to show up in the admin edit post?
- Theme Development Admin Area [closed]
- Posts and Pages not showing on admin, but showing in theme
- How to display message (with switch_theme hook) after deactivating My theme?
- How can we hide the parent’s theme url at the child themes details on a multisite?
- How to switch theme if the current user is admin?
- Passing dynamic options from backend to frontend
- Problems to disable the comments for my statics pages
- Theme javascript/css 404
- How to include stylesheet in custom admin using parent_slug
- I made new theme directory, why won’t it show up in admin GUI?
- Is there any way to modify images from a theme using the web interface?
- how to add version of style.css in wordpress
- What is the role and history of the $content_width global variable?
- Add a page outside of the current theme?
- How to create a live demo page for a theme? [closed]
- Is it possible to stop a theme activation when a certain plugin is not activated
- add image size still doesn’t work even after regenerating thumbnails
- Using chunk theme from wordpress.com on my own host
- Duplicate and change a Theme Widget
- Best location for theme translation files
- Two Navigation Menus in Themes Produce the same menus?
- How can I customize the search results in Bones theme?
- How to develop a theme while having another show up
- When does WordPress wrap inline scripts in CDATA?
- Being asked to update a theme that I don’t have
- I want to run different WordPress websites under the same database
- Switch to other theme at URL
- How to go about pre generating css file with variables from theme options
- How to load a different theme for categories?
- How can I create an “excerpt” with text that won’t be displayed in the post itself?
- How to change sidebar per page?
- Add a series of checkboxes to theme options
- WordPress Theme Development Seemingly Awful Partitioning of Includes?
- Hide default “Recent Comments” Widget if there are no comments yet
- Static page not working
- How do I change the scan depth for page template files?
- Error defining a gutenberg block in a theme
- Page dissapears when i click save
- Can’t resize logo in responsive theme?
- Is wordpress big enough for my project [closed]
- Using twitter bootstrap in a theme
- How to get theme screenshot
- Theme doesn’t support shortcodes
- Change avatar on themed profile page
- Trying to uninstall a theme, but it’s hijacking my home page
- simplified explanation on child themes?
- Calling external Libraries in WordPress
- Using the same database on another Subdomain
- WP HTML Templates – Any way to get bloginfo() or the path to the theme folder?
- How to add more default colors?
- On a Https site, Css and Js Url are back to http after redirect the site
- Theme folder doesnt exist
- WordPress activate theme error $pagenow
- Increase content area width in TwentyFourteen [closed]
- Undefined variable error in theme option after updating theme [closed]
- Comments not displaying after changing theme
- Theme Translation?
- Two column layout in WordPress?
- List of categories instead of dropdown menu selector in admin options
- WordPress doesn’t recognise created theme
- How can I show some standard html code across any theme I install?
- Losing theme customization when switching from a theme to a child
- Problem of not changing the front and bottom of the Woodmart template by activating the really simple ssl pro plugin in WordPress
- Please help me clear my confusions about WordPress
- What is the correct way to set up a staging server and use github for version control?
- How do I use the default style for widget?
- Unable to set social icons using Advance Portfolio Theme
- How can I theme or style the lost password page without a plugin?
- Dynamic image for Jumbotron on WordPress Custom Theme
- How to implement theme option to change bootstrap 4 container from .container to .container-fluid
- how make wp include urls as https?
- how to costume title single page
- use a Thumbnail size in post
- Why does WordPress Editor Only Use Half the Box?
- 500 Internal Errors
- Installing Theme from uploaded file. Not uploaded theme?
- Where can I find a theme that has a big banner
- Strange Theme Error – parent style occasionally showing though child theme
- WordPress theme not updating in Other browsers
- WP-CLI wp theme install url PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
- Site broken after deleting inactive themes [closed]
- Can i add wordpress editor to my custom theme option? [closed]
- Where do URI files come from?
- Converting HTML5 to XHTML
- Best way to include pagination in a theme [closed]
- What happens to bespoke page template references on theme change?
- Stylesheet not being loaded? [closed]
- How to change the standard width of a page
- Where can I decide the number of posts to display on the blog index page?
- I need to disable responsive feature of a theme called Meet GavernWP [closed]
- Absolute and relative paths
- Get header/footer list for a theme
- Help!!! Old theme doesn’t load scripts and conflitcs with plugins