Description
Filters the list of available permalink structure tags on the Permalinks settings page.
Occurrences
Filename | Line Number |
---|---|
wp-admin/options-permalink.php | 308 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $available_tags | An array of key => value pairs of available permalink structure tags. |
PHP Doc
/**
* Filters the list of available permalink structure tags on the Permalinks settings page.
*
* @since 4.9.0
*
* @param string[] $available_tags An array of key => value pairs of available permalink structure tags.
*/