Skip to main content

1.15.2 - Content Protection Role Display Names

· One min read
Sarah Lewis
Senior Full Stack Engineer @ Yoko Co

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 applying ucwords() to the raw slug (e.g., "Cab_associate").