# 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 tex&#x74;**.**

#### **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`*

{% hint style="info" %}
**Code Snippets:** [**Remove 'All' prefix from the Job Filter**](https://docs.wpjobopenings.com/developers/code-snippets/remove-all-prefix)
{% endhint %}

### **`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.
