Filters the editable slug for a post or term.
Description
Note: This is a multi-use hook in that it is leveraged both for editable post URIs and term slugs.
Parameters
Source
$slug = isset( $tag->slug ) ? apply_filters( 'editable_slug', $tag->slug, $tag ) : '';
User Contributed Notes
You must log in before being able to contribute a note or feedback.