Skip to content

Instantly share code, notes, and snippets.

View adnanhz's full-sized avatar
🎯
Focusing

Adnan Hamzeh adnanhz

🎯
Focusing
View GitHub Profile
@shivapoudel
shivapoudel / functions.php
Created December 17, 2016 17:26
WooCommerce - Allow rendering of checkout and account pages in iframes
<?php // Do not include this if already open!
/**
* Code goes in theme functions.php.
*/
add_action( 'after_setup_theme', 'wc_remove_frame_options_header', 11 );
/**
* Allow rendering of checkout and account pages in iframes.
*/