Uses
Uses | Description |
---|---|
wp-admin/edit-tag-form.php: editable_slug | Filters the editable slug. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
(WP_Term) (Required) Term object.
(string)
File: wp-admin/includes/class-wp-terms-list-table.php
public function column_slug( $tag ) { /** This filter is documented in wp-admin/edit-tag-form.php */ return apply_filters( 'editable_slug', $tag->slug, $tag ); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_terms_list_table/column_slug