PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wordpress-seo-premium.13.4.1
/
src
/
models
<?php /** * Model for the SEO Meta table. * * @package Yoast\YoastSEO\Models */ namespace Yoast\WP\SEO\Models; use Yoast\WP\SEO\ORM\Yoast_Model; /** * Table definition for the SEO Meta table. * * @property int $id * @property string $url * @property int $post_id * @property int $target_post_id * @property string $type */ class SEO_Links extends Yoast_Model { }
[+]
..
[-] indexable.php
[edit]
[-] seo-links.php
[edit]
[-] .models.php
[edit]
[-] primary-term.php
[edit]
[-] seo-meta.php
[edit]
[-] indexable-extension.php
[edit]