Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created December 9, 2015 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thomasgriffin/b9865ed3245a2863b1ca to your computer and use it in GitHub Desktop.
Save thomasgriffin/b9865ed3245a2863b1ca to your computer and use it in GitHub Desktop.
OptinMonster Dynamic Text Replacement API - deleteCustomVariable
<script type="text/javascript">
var OptinMonsterCustomVariables = function(app) {
/**
* API method for deleting a custom variable. Must be accessed via the app object.
*
* @param string $key The custom variable to delete.
* @return null
*/
app.deleteCustomVariable('foo');
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment