Closed tobiasschutter closed 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).
Solution: We need to parse the post name (slug) through the 'editable_slug' filter.
apply_filters( 'editable_slug', $post_name, get_post( $post_id ) );
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).