Filters the editable slug for a post or term.
Note: This is a multi-use hook in that it is leveraged both for editable post URIs and term slugs.
$slug = isset( $tag->slug ) ? apply_filters( 'editable_slug', $tag->slug, $tag ) : '';
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/editable_slug