apply_filters( ‘available_permalink_structure_tags’, string[] $available_tags )

In this article

Filters the list of available permalink structure tags on the Permalinks settings page.

Parameters

$available_tagsstring[]
An array of key => value pairs of available permalink structure tags.

Source

$available_tags = apply_filters( 'available_permalink_structure_tags', $available_tags );

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.