Created
September 22, 2016 13:01
-
-
Save barrykooij/8bb3e716e807a4ccba99a178d4f63ae7 to your computer and use it in GitHub Desktop.
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
<script> | |
var dlm_has_access = 1; | |
<?php if ( ! apply_filters( 'dlm_can_download', true, $download, $version ) ) : ?> | |
dlm_has_access = 0; | |
<?php endif ?> | |
_gscq = window._gscq || []; | |
_gscq.push(['targeting','dlm_has_access', dlm_has_access]); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment