Submit
Path:
~
/
home
/
getwphos
/
public_html
/
brueggemann
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
models
/
File Content:
primary-term.php
<?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', ]; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
indexable-extension.php
570 bytes
0644
indexable-hierarchy.php
585 bytes
0644
indexable.php
5387 bytes
0644
primary-term.php
668 bytes
0644
seo-links.php
1294 bytes
0644
seo-meta.php
536 bytes
0644
N4ST4R_ID | Naxtarrr