codepress / admin-columns

Admin Columns allows you to manage and organize columns in the posts, users, comments, and media lists tables in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.
http://www.admincolumns.com
GNU General Public License v3.0
69 stars 26 forks source link

post name in hebrew issue #300

Closed tobiasschutter closed 4 years ago

tobiasschutter commented 4 years ago

The Admin Columns slug column doesn't work well with Hebrew — all of the data is incorrectly encoded, so it's not comprehensible (see attachment). image

tobiasschutter commented 4 years ago

Solution: We need to parse the post name (slug) through the 'editable_slug' filter.

apply_filters( 'editable_slug', $post_name, get_post( $post_id ) );