options.php?page=
-
I am new to plugin development and am looking through User Role Editor as to try to get my bearings. I am probably missing something very simple, but after a few hours looking through both code and documentation, I cannot find the magic that makes the following URL work:
http://localhost/wordpress/wp-admin/users.php?page=users-user-role-editor.php&object=user&user_id=2&_wpnonce=xxxxxxxxxI have looked through users.php, but don’t see where it is parsing the page argument to redirect to users-user-role-editor.php.
Moreover, there is no users-user-role-editor.php in anywhere in the plugin directory. There is only user-role-editor.php. I’m guessing the same magic that performs the redirect also strips the initial ‘users-‘ from the path.
Any help to get my looking in the right place to understand the parsing of that URL would be appreciated
The topic ‘options.php?page=’ is closed to new replies.