Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 22:33
Show Gist options
  • Save ericakfranz/b6148c303fa7d981d624 to your computer and use it in GitHub Desktop.
Save ericakfranz/b6148c303fa7d981d624 to your computer and use it in GitHub Desktop.
Write to the console if placeholders are needed.
jQuery(document).ready(function($){
$(document).on('OptinMonsterCustomDone', function(event, data, object){
console.log('Placeholders may be needed.');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment