Carbon_Fields\Container\User_Meta_Container::show_on_user_role PHP Method

show_on_user_role() public method

Show the container only on users who have the $role role.
public show_on_user_role ( string $role ) : object
$role string
return object $this
    public function show_on_user_role($role)
    {
        $this->settings['show_on']['role'] = (array) $role;
        return $this;
    }