X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/themes/rife-free/advance/utilities
home
/
oakwood
/
public_html
/
wp-content
/
themes
/
rife-free
/
advance
/
utilities
/
ðŸ“
..
📄
core.php
(6.19 KB)
📄
core_fe.php
(20.71 KB)
📄
cpt-album.php
(26.57 KB)
📄
cpt-people.php
(14.77 KB)
📄
cpt-work.php
(27.98 KB)
📄
cpt.php
(58.4 KB)
📄
deprecated.php
(2.12 KB)
📄
feature.php
(563 B)
📄
footer.php
(8.07 KB)
📄
header.php
(16.86 KB)
📄
layout-parts.php
(46.47 KB)
📄
media.php
(20.97 KB)
📄
menu.php
(3.1 KB)
📄
password.php
(2.05 KB)
📄
posts.php
(37.45 KB)
📄
woocommerce.php
(39 KB)
📄
wpml.php
(4.84 KB)
Editing: deprecated.php
<?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 ); } }
Upload File
Create Folder