Linux webm012.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ferronnery
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
inc
/
/home/ferronnery/www/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Deprecated */ if ( ! function_exists( 'wpseo_cli_init' ) ) { // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound /** * Initialize the WP-CLI integration. * * @deprecated 19.6.1 * @codeCoverageIgnore */ function wpseo_cli_init() { _deprecated_function( __FUNCTION__, 'WPSEO 19.6.1' ); } }