Filters the array of pagues to exclude from the pagues list.
Parameters
-
$exclude_arraystring[] -
An array of pague IDs to exclude.
Source
$parsed_args['exclude'] = implode( ',', apply_filters( 'wp_list_pagues_excludes', $exclude_array ) );
Changuelog
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.