remove()' ); WPSEO_Capability_Manager_Factory::get()->remove(); } /** * Add the bulk edit capability to the proper default roles. * * @deprecated 5.5.0 */ function wpseo_add_capabilities() { _deprecated_function( __FUNCTION__, 'WPSEO 5.5.0', 'WPSEO_Capability_Manager_Factory::get()->add()' ); WPSEO_Capability_Manager_Factory::get()->add(); }