Last active
February 19, 2022 15:26
-
-
Save MrVibe/e9c96adbce2d54a604775f145958ec2d to your computer and use it in GitHub Desktop.
Digital Goods API v2 in WPLMS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action('wp_head',function(){ | |
if(is_page_template('barebones.php')){ | |
?> | |
<meta http-equiv="origin-trial" content="DIGITAL GOODS API V2 TOKEN"> | |
<?php | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment