wc_update_312_shop_manager_capabilities()

Update shop_manager capabilities.


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' );
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.