Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. add_action( 'wp_enqueue_scripts', 'credit_card_brand_fix' );
  3. function credit_card_brand_fix () {
  4. if ( is_checkout() ) {
  5. wp_enqueue_style( 'woo-css', 'https://lojamarcofiat.com.brhttp://loja.marcofiat.com.br/assets/css/woocommerce.css' );
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement