Yoast\WP\SEO\Models
Indexable_Hierarchy{}└─ Model
Indexable Hierarchy model definition.
Хуков нет.
Использование
$Indexable_Hierarchy = new Indexable_Hierarchy(); // use class methods
Методы
Нет Методов у класса.Код Indexable_Hierarchy{} Indexable Hierarchy{} Yoast 27.7
class Indexable_Hierarchy extends Model {
/**
* Which columns contain int values.
*
* @var array
*/
protected $int_columns = [
'indexable_id',
'ancestor_id',
'depth',
'blog_id',
];
}