Skip to content

Instantly share code, notes, and snippets.

@matadorjobs
Last active March 31, 2020 02:21
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 matadorjobs/a924ac214acdcec8b9456f9b1f3fa585 to your computer and use it in GitHub Desktop.
Save matadorjobs/a924ac214acdcec8b9456f9b1f3fa585 to your computer and use it in GitHub Desktop.
Matador 3.5.6 (and later) Upgrade for matador_the_job_description()
/**
* Matador Jobs 3.5.6 Breaking Change Upgrade Method 1 (Preferred)
*
* If your site's appearance is affected by the 3.5.6 upgrade containing the backward-incompatible
* change to matador_the_job_description() or matador_get_the_job_description(), here is the preferred
* method to fix it.
*
* @copyright 2020, Matador Software, LLC
* @author Jeremy Scott, Matador Software LLC
* @link https://matadorjobs.com/support/documentation/upgrading-to-3-5-6/
*/
// Take this:
matador_the_job_description();
// Make it this:
matador_the_job_info();
matador_the_job_description();
matador_the_job_navigation();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment