Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created October 23, 2017 17:12
Show Gist options
  • Select an option

  • Save barrykooij/ea82ea30cbe39c08660ef6e8cdecaf89 to your computer and use it in GitHub Desktop.

Select an option

Save barrykooij/ea82ea30cbe39c08660ef6e8cdecaf89 to your computer and use it in GitHub Desktop.
$aam = new Dlm_Aam_Access_Manager();
if ( $aam->has_access_to_download( $dlm_download ) ) {
// has access
} else {
// no access
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment