# Hooks

- [Actions](#actions)
- [Filters](#filters)

## Actions

*This project does not contain any WordPress actions.*

## Filters

### `test_issue_13_file_include_1`

*My plugin filter assigned to a variable*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$first_param` | `string` | This is the first argument.
`$second_param` | `string` | This is the second argument.

Source: [tests/issue-13/file-include.php](file-include.php), [line 19](file-include.php#L19-L25)

### `test_issue_13_file_include_2`

*My plugin filter directly returned*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$first_param` | `string` | This is the first argument.
`$second_param` | `string` | This is the second argument.

Source: [tests/issue-13/file-include.php](file-include.php), [line 38](file-include.php#L38-L44)

### `test_issue_13_folder_include_1`

*My plugin filter assigned to a variable*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$first_param` | `string` | This is the first argument.
`$second_param` | `string` | This is the second argument.

Source: [tests/issue-13/folder-include/file-include.php](folder-include/file-include.php), [line 19](folder-include/file-include.php#L19-L25)

### `test_issue_13_folder_include_2`

*My plugin filter directly returned*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$first_param` | `string` | This is the first argument.
`$second_param` | `string` | This is the second argument.

Source: [tests/issue-13/folder-include/file-include.php](folder-include/file-include.php), [line 38](folder-include/file-include.php#L38-L44)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.2.0</code></em><p>

