Restore options settings in Thesis to default


/ Published in: PHP
Save to your folder(s)

Add the code below to custom_functions.php to restore Thesis Options and Design Options to their defaults. Keep in mind that this has no effect on custom.css, or the other functions in custom_functions.php.


Copy this code and paste it in your HTML
  1. delete_option('thesis_design_options');
  2. delete_option('thesis_options');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.