Created
November 5, 2018 10:35
-
-
Save celticwebdesign/d2f2654ebb66c9fcba2984f1d3c72a9a 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
<a | |
href="<?php | |
echo esc_url( | |
add_query_arg( | |
array( | |
'cv'=>'type-1', | |
'user'=>wp_get_current_user()->ID | |
), | |
'/print-cv-chronological/' | |
) | |
); | |
?>" | |
class="print_cv cv_1" | |
target="_blank"> | |
Print Chronological CV | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment