wp-user-manager icon indicating copy to clipboard operation
wp-user-manager copied to clipboard

Field group with special character breaks URL(likely an addon feature)

Open apermo opened this issue 4 years ago • 0 comments

I created a field group called "Meine Themen / Meine Stadt", the URL for it is: /benutzerdaten-bearbeiten/meine-themen-%2F-meine-stadt and this triggers a system 404.

To fix this on my side, i'll just rename the group for now, but it would be nice if the field groups would simply come with a "slug" option, where you could manually define the slug, and it would be prefilled with sanitize_name( $fieldname );

apermo avatar Nov 24 '20 07:11 apermo