Guest User

Untitled

a guest
Aug 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. add_action( 'after_setup_theme', 'okna_add_woocommerce_support' );
  2. function woocommerce_support() {
  3. add_theme_support( 'woocommerce' );
  4. }
Add Comment
Please, Sign In to add comment