Skip to content

Instantly share code, notes, and snippets.

@imfaisalkh
Created May 24, 2019 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfaisalkh/3f6a2e57c6f83d92a991dffa37e06de4 to your computer and use it in GitHub Desktop.
Save imfaisalkh/3f6a2e57c6f83d92a991dffa37e06de4 to your computer and use it in GitHub Desktop.
Display "Closing Date" in Jobs Master Listing View
<?php
#-----------------------------------------------------------------#
# Display "Closing Date" in Jobs Master Listing View
#-----------------------------------------------------------------#
global $job_manager_application_deadline;
add_filter( 'job_listing_meta_end', array( $job_manager_application_deadline, 'display_the_deadline' ), 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment