ACF_Location::get_object_subtype() public ACF 5.9.0
Returns the object_subtype connected to this location.
{} Это метод класса: ACF_Location{}
Хуков нет.
Возвращает
Строку/Массив.
Использование
$ACF_Location = new ACF_Location(); $ACF_Location->get_object_subtype( $rule );
- $rule(массив) (обязательный)
- A location rule.
Список изменений
С версии 5.9.0 | Введена. |
Код ACF_Location::get_object_subtype() ACF Location::get object subtype ACF 5.9.1
public function get_object_subtype( $rule ) {
return $this->object_subtype;
}