WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about available_permalink_structure_tags

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/options-permalink.php apply_filters 308 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $available_tags An array of key => value pairs of available permalink structure tags.