Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created November 24, 2015 09:54
Show Gist options
  • Save mikejolley/0c319756a630e37c8d40 to your computer and use it in GitHub Desktop.
Save mikejolley/0c319756a630e37c8d40 to your computer and use it in GitHub Desktop.
Custom content before resume submission form.
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