: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @package WPSEO\Admin\Roles
class WPSEO_Role_Manager_Factory {
* Retrieves the Role manager to use.
* @return WPSEO_Role_Manager
public static function get() {
if ( $manager === null ) {
$manager = new WPSEO_Role_Manager_WP();