Skip to content

Instantly share code, notes, and snippets.

@danjjohnson
Created April 28, 2017 07:29
Show Gist options
  • Select an option

  • Save danjjohnson/2ea180c1644a7b98ee62d9841dfca122 to your computer and use it in GitHub Desktop.

Select an option

Save danjjohnson/2ea180c1644a7b98ee62d9841dfca122 to your computer and use it in GitHub Desktop.
WPJM: add bookmark button to a new hook
global $job_manager_bookmarks;
add_action( 'job_application_end', array( $job_manager_bookmarks, 'bookmark_form' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment