Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Last active February 19, 2022 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrVibe/e9c96adbce2d54a604775f145958ec2d to your computer and use it in GitHub Desktop.
Save MrVibe/e9c96adbce2d54a604775f145958ec2d to your computer and use it in GitHub Desktop.
Digital Goods API v2 in WPLMS
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