HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: agritoday (1002)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/agritoday/www/wp-content/plugins-x/wordpress-seo/inc/wpseo-functions-deprecated.php
<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Deprecated
 */

/**
 * Adds help tabs.
 *
 * @deprecated 7.6.0
 * @codeCoverageIgnore
 *
 * @param array $tabs Current help center tabs.
 *
 * @return array List containing all the additional tabs.
 */
function yoast_add_meta_options_help_center_tabs( $tabs ) {
	_deprecated_function( __FUNCTION__, 'WPSEO 7.6.0', 'WPSEO_Help_Center_Template_Variables_Tab::add_meta_options_help_center_tabs' );

	return $tabs;
}

/**
 * Adds template variables to the help center.
 *
 * @deprecated 7.6.0
 * @codeCoverageIgnore
 *
 * @return string The content for the template variables tab.
 */
function wpseo_add_template_variables_helpcenter() {
	_deprecated_function( __FUNCTION__, 'WPSEO 7.6.0' );

	return '';
}

if ( ! function_exists( 'initialize_wpseo_front' ) ) {
	/**
	 * Wraps frontend class.
	 *
	 * @deprecated 14.0
	 * @codeCoverageIgnore
	 */
	function initialize_wpseo_front() {
		_deprecated_function( __FUNCTION__, 'WPSEO 14.0' );
	}
}