Created
July 13, 2016 14:32
-
-
Save barrykooij/123c736dc36cd4e34a394961d30d68d7 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
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