<?php

defined( 'ABSPATH' ) || exit;

function vcex_ilightbox_skins() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_dummy_image_url() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_dummy_image() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_image_rendering() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_inline_js() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_parse_old_design_js() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_function_needed_notice() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_enqueue_navbar_filter_scripts() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_sanitize_data() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_get_button_custom_color_css() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.4' );
}

function vcex_vc_map_get_attributes( $shortcode = '', $atts = '', $class = '' ) {
	return vcex_shortcode_atts( $shortcode, $atts, $class );
}

function vcex_shortcodes_list() {
	return totalthemecore_call_non_static( 'Vcex\Shortcodes_Registry', 'get_all_registered' );
}

function vcex_get_schema_markup() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 1.8.1' );
}

function vcex_asset_dir_path() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
}

function vcex_asset_url() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
}

function vcex_enqueue_icon_font() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
}

function vcex_get_icon_class() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
}

function vcex_get_icon_font_families() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
}

function vcex_sanitize_margin_class( $margin = '', $prefix = '' ) {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
	return vcex_parse_margin_class( $margin, $prefix );
}

function vcex_enque_style( $type = '', $value = '' ) {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
	if ( 'ilightbox' === $type || 'lightbox' === $type ) {
		vcex_enqueue_lightbox_scripts();
	}
}

function vcex_acf_utils() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.0' );
}

function vcex_get_elementor_global_color() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.1', 'Elementor\Helpers::get_global_color' );
}

function vcex_shortcode_has_loadmore(): bool {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.4' );
}

function vcex_get_responsive_font_size_data() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.7' );
}

function vcex_get_module_responsive_data() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.7' );
}

function vcex_get_reponsive_unique_id() {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.7' );
}

function vcex_get_border_radius_class( $val ) {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.7', 'vcex_parse_border_radius_class' );
	return vcex_parse_border_radius_class( $val );
}

function vcex_sanitize_border_radius( $input = '' ) {
	_deprecated_function( __FUNCTION__, 'Total Theme Core 2.7' );
}
