PHP 8.2.31
Preview: indexable-hierarchy.php Size: 585 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php

<?php

namespace Yoast\WP\SEO\Models;

use Yoast\WP\Lib\Model;

/**
 * Indexable Hierarchy model definition.
 *
 * @property int $indexable_id The ID of the indexable.
 * @property int $ancestor_id  The ID of the indexable's ancestor.
 * @property int $depth        The depth of the ancestry. 1 being a parent, 2 being a grandparent etc.
 * @property int $blog_id      Blog ID.
 */
class Indexable_Hierarchy extends Model {

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

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
530 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
585 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.26 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
668 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.26 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
536 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).