/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
autodescription
/
inc
/
functions
/
Upload File
HOME
<?php /** * @package The_SEO_Framework\API * @subpackage The_SEO_Framework\Debug\Deprecated */ /** * The SEO Framework plugin * Copyright (C) 2015 - 2023 Sybre Waaijer, CyberWire B.V. (https://cyberwire.nl/) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ defined( 'THE_SEO_FRAMEWORK_PRESENT' ) or die; /** * This file contains most functions that have been deprecated. * We don't want to rush removing these, as missing functions cause fatal errors. * * @ignore * * @since 2.1.6 * @since 2.3.5 Emptied. (~2.5 months later) * @since 2.6.2 Emptied. (~6 months later) * @since 2.9.2 Emptied. (~8 months later) * @since 4.1.4 Emptied. (~22 months after the 3.1.0 deprecations) */