Job Filter

awsm_jobs_search_field_placeholder

Filters the search field placeholder text.

This hook is available since Version 1.6.0

Parameters

  • $text

    (string) Placeholder text.

Source code

File: /inc/class-awsm-job-openings-filters.php

awsm_jobs_search_field_content

Filters the search field content.

This hook is available since Version 1.6.0

Parameters

  • $search_content

    (string) Search field content.

Source code

File: /inc/class-awsm-job-openings-filters.php

awsm_filter_spec_terms_args

Filter arguments for the specification terms in the job filter.

This hook is available since Version 2.0.0

Parameters

  • $terms_args

    (array) Array of arguments

Source code

File: /inc/class-awsm-job-openings-filters.php

awsm_filter_label

Filters the default label for the job filter.

This hook is available since Version 1.6.0

Parameters

  • $filter_label

    (string) Filter Label.

  • $taxonomy

    (string) Taxonomy key

  • $tax_details

    (array) Taxonomy details.

Source code

File: /inc/class-awsm-job-openings-filters.php

awsm_filter_content

Modify contents in filter form.

Parameters

  • $filter_content

    (string) Filter content

  • $available_filters_arr

    (array) An array containing available filters.

Source code

File: /inc/class-awsm-job-openings-filters.php

awsm_job_filter_option_content

Filter the job filter dropdown option content.

This hook is available since Version 3.3.0 Parameters

  • $option_content (string) Filter dropdown option content.

  • $term Job spec term.

  • $taxonomy (string) Job spec key.

awsm_job_filter_dropdown_content

Filter the job filter dropdown content.

This hook is available since Version 3.3.0

Parameters

  • $dropdown_content (string) Filter dropdown content.

awsm_jobs_pro_admin_filter_content (PRO)

Filters the admin filter content.

This hook is available since Version 3.1.0

Parameters

  • $filter_content (string) Filter HTML content.

  • $taxonomy (string) The taxonomy.

  • $post_type (string) The post type.

Last updated