In case you don’t need and wish to remove WordPress built-in user roles, like ‘subscriber’, ‘contributor’, ‘author’, ‘editor’ this piece of code may delete them for you: Read more Remove WordPress built-in user roles
In case you don’t need and wish to remove WordPress built-in user roles, like ‘subscriber’, ‘contributor’, ‘author’, ‘editor’ this piece of code may delete them for you: Read more Remove WordPress built-in user roles
Not a first time I got a question: – How to show excerpt field in a post editor?
This metabox “Excerpt” is available to any user with access to the post/page editor. But it is hidden by default. To enable (show) it manually, a user need to turn on “Excerpt” checkbox at the “Screen Options”: Read more Show excerpt field in post editor
User Role Editor Pro version 4.19 is available for download and automatic updates. Login to your member account and go to the Download page. List of changes applied follows below. Read more User Role Editor Pro version 4.19
How to remove column from WordPress users list? You may don’t wish to show some column to the non-admin users with access to the users list, for example.
WordPress “Users” table has 6 built-in columns: checkbox for row selection, Username, Name, E-mail, Role, Posts. Every column has its ID.
Look as them are defined at the WP_Users_List_Table::get_columns()
method of wp-admin/includes/class-wp-users-list-table.php, line #269: Read more Remove column from WordPress users list
“MyMail – Email Newsletter Plugin for WordPress” Settings page includes 14 tabs. Not all of these tabs are protected by different user capabilities. How to make available the different list of these tabs for different WordPress user roles? Let’s see it on example of hiding some tabs from non-administrator users. Read more Manage access to MyMail – Email Newsletter Settings tabs