D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
models
/
Filename :
primary-term.php
back
Copy
<?php namespace Yoast\WP\SEO\Models; use Yoast\WP\Lib\Model; /** * Primary Term model definition. * * @property int $id Identifier. * @property int $post_id Post ID. * @property int $term_id Term ID. * @property string $taxonomy Taxonomy. * @property int $blog_id Blog ID. * * @property string $created_at * @property string $updated_at */ class Primary_Term extends Model { /** * Whether nor this model uses timestamps. * * @var bool */ protected $uses_timestamps = true; /** * Which columns contain int values. * * @var array */ protected $int_columns = [ 'id', 'post_id', 'term_id', '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