Yoast\WP\SEO\Models

SEO_Meta{}Yoast 1.0

Table definition for the SEO Meta table.

Хуков нет.

Использование

$SEO_Meta = new SEO_Meta();
// use class methods

Методы

Нет Методов у класса.

Код SEO_Meta{} Yoast 24.4

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',
	];
}