Skip to content

Instantly share code, notes, and snippets.

View jeremyescott's full-sized avatar

Jeremy Scott jeremyescott

View GitHub Profile
@jeremyescott
jeremyescott / matador_rewrites_taxonomy_has_front.php
Last active July 1, 2018 23:08
Remove the job slug from the URL for job taxonomy archives
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//*
//* The Matador Team recommends you add this to a 'must-use' plugin.
//* See: https://matadorjobs.com/docs/developer/where-to-put-matador-modifications-code/
/**
* Remove the job slug from the url for job taxonomy archives
* Changes 'yoursite.com/jobs/categories' to 'yoursite.com/categories'
* Use the 'URL Slugs' section of the 'Jobs' tab in Matador settings to change the job or taxonomy slug.
@jeremyescott
jeremyescott / matador_application_confirmation_candidate_from_filter.php
Created December 4, 2018 17:17
Matador Application Confirmation Candidate From
<?php
/**
* Filter: Matador Application Confirmation Candidate From
*
* Modify the "From" name and email address for the Application Confirmation for Candidates email.
*
* @var string $from
* @var array $data
*/