Yoast\WP\SEO\Models

Primary_Term{}Yoast 1.0

Primary Term model definition.

Хуков нет.

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

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

Методы

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

Код Primary_Term{} Yoast 22.4

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