D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
models
/
Filename :
indexable-hierarchy.php
back
Copy
<?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', ]; }
Name
Size
Last Modified
Owner
Permissions
Actions
indexable-extension.php
0.552
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
indexable-hierarchy.php
0.571
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
indexable.php
5.261
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
primary-term.php
0.652
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
seo-links.php
1.264
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
seo-meta.php
0.523
KB
February 03 2024 2:12:24
ltfsolutionsco
0644
2017 © D7net | D704T team