Filter hook 'available_permalink_structure_tags'

in WP Core File wp-admin/options-permalink.php at line 308

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.
 */