Uses
Uses | Description |
---|---|
wp-admin/edit-tag-form.php: editable_slug | Filters the editable slug. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |