HEX
Server: LiteSpeed
System: Linux s1.hostssdserver.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: dreamlan (1220)
PHP: 8.3.32
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/dreamlan/public_html/wp-content/themes/unos/include/deprecated.php
<?php
/**
 * Deprecated functions You shouldn't use these functions and look for
 * the alternatives instead. The functions will be removed in a later version.
 * This file is loaded using 'after_setup_theme' hook at priority 10
 *
 * @package    Unos
 * @subpackage Theme
 */

function hoot_theme_post_thumbnail() {
	_deprecated_function( __FUNCTION__, '2.7.0', 'hoot_post_thumbnail()' );
	// hoot_post_thumbnail();
}
function hoot_theme_thumbnail_size() {
	_deprecated_function( __FUNCTION__, '2.7.0', 'hoot_thumbnail_size()' );
	// hoot_thumbnail_size();
}
function hoot_theme_meta_info() {
	_deprecated_function( __FUNCTION__, '2.7.0', 'hoot_meta_info()' );
	// hoot_meta_info();
}
function hoot_theme_display_meta_info() {
	_deprecated_function( __FUNCTION__, '2.7.0', 'hoot_display_meta_info()' );
	// hoot_display_meta_info();
}