Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
models
/
File Content:
seo-meta.php
<?php namespace Yoast\WP\SEO\Models; use Yoast\WP\Lib\Model; /** * Table definition for the SEO Meta table. * * @property int $object_id * @property int $internal_link_count * @property int $incoming_link_count */ class SEO_Meta extends Model { /** * Overwrites the default ID column name. * * @var string */ public static $id_column = 'object_id'; /** * Which columns contain int values. * * @var array */ protected $int_columns = [ 'object_id', 'internal_link_count', 'incoming_link_count', ]; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
indexable-extension.php
565 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