apply_filters( 'available_permalink_structure_tags', array $available_tags )

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


Parameters

$available_tags

(array) A key => value pair of available permalink structure tags.


Source

File: wp-admin/options-permalink.php

View on GitHub


Changelog

Changelog
Version Description
WP-4.8.0 Introduced.