Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barrykooij/123c736dc36cd4e34a394961d30d68d7 to your computer and use it in GitHub Desktop.
Save barrykooij/123c736dc36cd4e34a394961d30d68d7 to your computer and use it in GitHub Desktop.
function dlm_pa_url( $dlm_download ) {
return trailingslashit( get_permalink( 555 ) ) . 'download-info/' . $dlm_download->post->post_name . '/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment