How to re-order the application form The order of the fields in the application form is determined by the index of the field’s name in the...
Understanding and Customizing the Job Location One of the most important data points about your jobs, especially when it comes to its structured data and appearance...
Adjust the where for fetching Jobs If you need to filter which jobs are downloaded you can use the filter matador_bullhorn_import_the_job_where Here is an example where...
Custom Salary Units If you have custom salary units we need help to map them to the Google JSON+LD salary units Here is...
Edit Navigation buttons You can adjust which navigation buttons are displayed and the text they contain using the filter matador_template_the_job_navigation_buttons In this example...
How to change the privacy text To change the text shown next to the privacy checkbox you need to use the filter ‘matador_applications_fields_structure’ to modify the...
Adding text/HTML before or after input in a form Sometimes you need to insert text/HTML in the middle of the from between the inputs, We have a set of...
Add cover letter/additional files All-access subscribers can add these fields via the Advanced Applications add-on. Or you can use this code snippet to add...
Adjust Hiring org in JSON+ld Filter: matador_get_hiring_organization_name Use this filter to edit the name of the hiring company apply_filters( 'matador_get_hiring_organization_name', $job->clientCorporation->name, $wpid, $job ) See...
Add a logo to Json+ld Filter: matador_bullhorn_import_save_job_jsonld Use this filter to edit the JSONLD used by Google Jobs Search to get information on each of...
Adjust hiring URL for JSON+ld Filter: matador_get_hiring_organization_url Edit the URL of the hiring company apply_filters( 'matador_get_hiring_organization_url', self::get_hiring_organization_url( $job->clientCorporation->id ), $wpid, $job ); See also
Adjust allowed tags in Job descriptions Filter: matador_the_jobs_description_allowed_tags Use this control which HTML elements are permitted in the imported descriptions. Any HTML elements not included will not have...
Modify raw application data prior to parsing Filter: matador_application_data_raw This filter allows you to change the raw $_REQUEST from an application form before it processed $this->request = apply_filters(...
Adjust application data just before save Filter: matador_application_data_processed This filter allows adjusting the application just before it is saved See also : matador_application_data_rawa
Override internal variables Filter: matador_variable_{$variable_id} Matador has many pre-defined variables that save values for many things, including post type names and slugs, taxonomy...
Adjust default required fields Control the required fields in the application forms user the matador_default_required_fields filter to adjust the defaults for the default form....
Adjust the application defaults inputs Filter: matador_application_fields_defaults Used to adjust the default application fields See also: matador-default-required-fields
Edit the prefix for Taxonomy slug matador_rewrites_taxonomy_has_front By default, Matador will create URLs with the jobs slug before each job, taxonomy archive, and term. This ensures...
Change the Bullhorn field used as the Job title You can control which field we pull from Bullhorn to use as the Job title with this code /** *...
Modify Form Labels & Placeholders You can change the text that is shown next to an input as well as add a placeholder using the...
Add city, state or country as a Taxonomy If you need to filter on the separate location elements of a job address you can create taxonomies for them...
Change the link behaviour for taxonomies in a job info bar The default setting for the taxonomies(location, types etc.) in the info bar is to link to the default WordPress taxonomy...
Customizing Location Set the Bullhorn Field used for the Location Taxonomy using the Location Taxonomy Term setting in the Job tab You...
Add Count of Jobs in a Taxonomy’s Term in Lists Sometimes, our users want to show the number of jobs in a taxonomy term, eg: the number of jobs in...
matador_data_source_description Modify the string value passed to the “source” field of an external resource, ie: Bullhorn, during a sync that creates...