Advertisement
Konark

Untitled

Oct 19th, 2018
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. function wishlist_premium_defaults() {
  2.     if (!get_option('wish_list_premium_first_active')) {
  3.             update_option('yith_wcwl_use_button', 'yes');
  4.             update_option('select2-yith_wcwl_add_to_wishlist_icon-container', 'select2-yith_wcwl_add_to_wishlist_icon-result-glje-fa-heart-o');
  5.            
  6.             add_option('wish_list_premium_first_active', 'true');
  7.         }
  8.     }
  9. }
  10.  
  11. add_action('init', 'wishlist_premium_defaults');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement