| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/wordpress-seo/deprecated/ |
Upload File : |
<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Represents the yoast cornerstone content.
*
* @deprecated 8.4
*/
class WPSEO_Cornerstone {
/**
* @var string
*/
const META_NAME = 'is_cornerstone';
/**
* @var string
*/
const FIELD_NAME = 'yoast_wpseo_is_cornerstone';
/**
* WPSEO_Cornerstone constructor.
*
* @deprecated 8.4
*/
public function __construct() {
_deprecated_constructor( 'WPSEO_Cornerstone', '8.4' );
}
/**
* Registers the hooks.
*
* @deprecated 8.4
*
* @return void
*/
public function register_hooks() {
_deprecated_function( 'WPSEO_Cornerstone::register_hooks', '8.4' );
}
/**
* Saves the meta value to the database.
*
* @deprecated 8.4
*
* @param int $post_id The post id to save the meta value for.
*
* @return void
*/
public function save_meta_value( $post_id ) {
_deprecated_function( 'WPSEO_Cornerstone::save_meta_value', '8.4' );
}
}