1.15.2 - Content Protection Role Display Names
· One min read
The Content Protection column in the admin post list now shows the proper WordPress role display name instead of a capitalized version of the role slug.
FIXES
- [CONTENT PROTECTION] The "Content Protection" admin column now uses
wp_roles()to display the human-friendly role name (e.g., "CAB Associate") instead of applyingucwords()to the raw slug (e.g., "Cab_associate").