Skip to content

Instantly share code, notes, and snippets.

@FernandoSalinas33
Created November 2, 2017 03:54
Show Gist options
  • Save FernandoSalinas33/8ef68a75cc61280c440896e28d806bf1 to your computer and use it in GitHub Desktop.
Save FernandoSalinas33/8ef68a75cc61280c440896e28d806bf1 to your computer and use it in GitHub Desktop.
function custom_listify_single_job_listing_actions_after() {
global $post;
echo '<a href="' . $post->METAKEYGoesHere . '" class="button">' . $post->METAKEYGoesHere . '</a>';
}
add_filter( 'listify_single_job_listing_actions_after', 'custom_listify_single_job_listing_actions_after' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment