# wordpress-seo/18.2/inc/wpseo-functions-deprecated.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 18.2. 19 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/18.2/code/inc/wpseo-functions-deprecated.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/18.2/raw/inc/wpseo-functions-deprecated.php
- Modified: 2020-07-21T06:46:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/18.2/code/inc/wpseo-functions-deprecated.php#L10-L20`.

```php
<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\Deprecated
 */

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

```
