Yoast\WP\SEO\Models

Indexable_Hierarchy{}Yoast 1.0

Indexable Hierarchy model definition.

Хуков нет.

Использование

$Indexable_Hierarchy = new Indexable_Hierarchy();
// use class methods

Методы

Нет Методов у класса.

Код Indexable_Hierarchy{} Yoast 22.4

class Indexable_Hierarchy extends Model {

	/**
	 * Which columns contain int values.
	 *
	 * @var array
	 */
	protected $int_columns = [
		'indexable_id',
		'ancestor_id',
		'depth',
		'blog_id',
	];
}