apply_filters( 'available_permalink_structure_tags', string[] $available_tags )
Filters the list of available permalink structure tags on the Permalinks settings page.
Parameters
-
$available_tags
string[] -
An array of key => value pairs of available permalink structure tags.
Source
File: wp-admin/options-permalink.php
.
View all references
$available_tags = apply_filters( 'available_permalink_structure_tags', $available_tags );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |