Last active
March 31, 2020 02:21
-
-
Save matadorjobs/a924ac214acdcec8b9456f9b1f3fa585 to your computer and use it in GitHub Desktop.
Matador 3.5.6 (and later) Upgrade for matador_the_job_description()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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