Inpsyde\MultilingualPress\Common\Locations::has PHP Метод

has() публичный Метод

Checks if a location with the given name exists.
С версии: 3.0.0
public has ( string $name ) : boolean
$name string Location name.
Результат boolean Whether or not a location with the given name exists.
    public function has($name);