> For the complete documentation index, see [llms.txt](https://docs.wpjobopenings.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpjobopenings.com/developers/hooks/filters/shortcode.md).

# Shortcode

### **`awsm_jobs_shortcode_defaults`**

Filters the shortcode attributes and their defaults.

This hook is available since Version 1.6.0

#### **Parameters**

* **$pairs**

  (array) List of supported attributes and their defaults.

#### **Source code**

File:  *`wp-job-openings.php`*

### **`awsm_jobs_shortcode_output_content`**

Filters the shortcode output content.

This hook is available since Version 1.6.0

#### **Parameters**

* **$content**

  (string) Shortcode content.
* **$shortcode\_atts**

  (array) Combined and filtered shortcode attribute list.

#### **Source code**

File: *`wp-job-openings.php`*
