Created
November 24, 2015 09:54
-
-
Save mikejolley/0c319756a630e37c8d40 to your computer and use it in GitHub Desktop.
Custom content before resume submission form.
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
add_action( 'submit_resume_form_start', 'submit_resume_form_start_content' ); | |
function submit_resume_form_start_content() { | |
?> | |
Your content here | |
<?php | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment