Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created August 16, 2021 22:53
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 tripflex/69dfb295c156763d8b27c34869406413 to your computer and use it in GitHub Desktop.
Save tripflex/69dfb295c156763d8b27c34869406413 to your computer and use it in GitHub Desktop.
Add custom Search and Filtering section on Astoundify Company Listings single company Jobs tab page
<?php
add_filter( 'search_and_filtering_afjcl_company_jobs_tab_shortcode', 'sf_company_jobs_tab_shortcode' );
function sf_company_jobs_tab_shortcode( $sc ){
return '[jobs filter_section_id="2451"]';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment