wc_update_312_shop_manager_capabilities()
Update shop_manager capabilities.
Contents
Description Description
Source Source
File: includes/wc-update-functions.php
function wc_update_312_shop_manager_capabilities() {
$role = get_role( 'shop_manager' );
$role->remove_cap( 'unfiltered_html' );
}