| Server IP : 87.229.120.60 / Your IP : 216.73.216.86 Web Server : Apache System : Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64 User : server ( 1002) PHP Version : 8.3.20 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/faktorteam/www/wp-content/themes/rife-free/advance/utilities/ |
Upload File : |
<?php
if(!function_exists( 'apollo13framework_post_meta_above_content' )){
/**
*
* @deprecated 2.3.0 Now apollo13framework_get_post_meta_data() displays content of this function
* @see astra_deprecated_color_palette()
*
*/
function apollo13framework_post_meta_above_content() {
_deprecated_function( __FUNCTION__, '2.3.0' );
}
}
if(!function_exists( 'apollo13framework_post_meta_under_content' )){
/**
* Returns some elements after post content
*
* @deprecated 2.3.0 Now apollo13framework_get_post_meta_data() displays content of this function
*
* @return string post meta data
*/
function apollo13framework_post_meta_under_content() {
_deprecated_function( __FUNCTION__, '2.3.0', 'apollo13framework_get_post_meta_data()' );
return apollo13framework_get_post_meta_data();
}
}
if(!function_exists( 'woo_custom_breadcrumbs_trail_add_product_categories' )){
/**
* @deprecated 2.3.0 renamed to apollo13framework_custom_breadcrumbs_trail_add_product_categories
*
* @param $trail
*
* @return array
*/
function woo_custom_breadcrumbs_trail_add_product_categories( $trail ) {
_deprecated_function( __FUNCTION__, '2.3.0', 'apollo13framework_custom_breadcrumbs_trail_add_product_categories()' );
return apollo13framework_custom_breadcrumbs_trail_add_product_categories( $trail );
}
}
if(!function_exists( 'woo_get_term_parents' )){
/**
* @deprecated 2.3.0 renamed to apollo13framework_wc_get_term_parents
*
* @param $id
* @param $taxonomy
* @param bool $link
* @param string $separator
* @param bool $nice_name
* @param array $visited
*
* @return string
*/
function woo_get_term_parents( $id, $taxonomy, $link = false, $separator = '/', $nice_name = false, $visited = array() ) {
_deprecated_function( __FUNCTION__, '2.3.0', 'apollo13framework_wc_get_term_parents()' );
return apollo13framework_wc_get_term_parents( $id, $taxonomy, $link, $separator, $nice_name, $visited );
}
}