<?php

namespace TotalTheme\Integration\Yoast_SEO;

\defined( 'ABSPATH' ) || exit;

/**
 * Customizer settings for Yoast.
 */
class Customizer {

	/**
	 * Static-only class.
	 */
	private function __construct() {
		\_deprecated_function( __METHOD__, 'Total Theme 5.16' );
	}

	/**
	 * Init.
	 */
	public static function init() {
		\_deprecated_function( __METHOD__, 'Total Theme 5.16' );
	}

	/**
	 * Customizer Settings.
	 */
	public static function register_settings() {
		\_deprecated_function( __METHOD__, 'Total Theme 5.16' );
	}

}
