Current Path: > home > codekrsu > > escapematrixonline.com > > wp-content > themes > vandana-lite > inc
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
css | Directory | - | - | |
custom-controls | Directory | - | - | |
customizer | Directory | - | - | |
customizer-plugin-recommend | Directory | - | - | |
dashboard | Directory | - | - | |
js | Directory | - | - | |
tgmpa | Directory | - | - | |
class-webfont-loader.php | File | 19237 bytes | May 13 2025 15:38:53. | |
custom-functions.php | File | 32637 bytes | May 13 2025 15:38:53. | |
elementor-compatibility.php | File | 1572 bytes | May 13 2025 15:38:53. | |
extras.php | File | 64026 bytes | May 13 2025 15:38:53. | |
fontawesome.php | File | 44496 bytes | May 13 2025 15:38:53. | |
metabox.php | File | 4860 bytes | May 13 2025 15:38:53. | |
newsletter-functions.php | File | 813 bytes | May 13 2025 15:38:53. | |
partials.php | File | 6111 bytes | May 13 2025 15:38:53. | |
template-functions.php | File | 23442 bytes | May 13 2025 15:38:53. | |
toolkit-functions.php | File | 9010 bytes | May 13 2025 15:38:53. | |
typography.php | File | 13710 bytes | May 13 2025 15:38:53. | |
widgets.php | File | 3736 bytes | May 13 2025 15:38:53. | |
woocommerce-functions.php | File | 5038 bytes | May 13 2025 15:38:53. |
<?php /** * Vandana Lite Customizer Partials * * @package Vandana_Lite */ /** * Render the site title for the selective refresh partial. * * @return void */ function vandana_lite_customize_partial_blogname() { bloginfo( 'name' ); } /** * Render the site tagline for the selective refresh partial. * * @return void */ function vandana_lite_customize_partial_blogdescription() { bloginfo( 'description' ); } if( ! function_exists( 'vandana_lite_get_slider_readmore' ) ) : /** * Slider Readmore */ function vandana_lite_get_slider_readmore(){ return esc_html( get_theme_mod( 'slider_readmore', __( 'Read More', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_about_readmore' ) ) : /** * About Readmore */ function vandana_lite_get_about_readmore(){ return esc_html( get_theme_mod( 'about_readmore', __( 'Know More', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_service_label' ) ) : /** * Service Label */ function vandana_lite_get_service_label(){ return esc_html( get_theme_mod( 'service_label', __( 'View All', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_testimonial_title' ) ) : /** * Testimonial Title */ function vandana_lite_get_testimonial_title(){ return esc_html( get_theme_mod( 'testimonial_title', __( 'Testimonials', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_testimonial_subtitle' ) ) : /** * Testimonials Subtitle */ function vandana_lite_get_testimonial_subtitle(){ return wpautop( wp_kses_post( get_theme_mod( 'testimonial_subtitle', __( 'Words of praise by my valuable clients.', 'vandana-lite' ) ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_blog_section_title' ) ) : /** * Blog Title */ function vandana_lite_get_blog_section_title(){ return esc_html( get_theme_mod( 'blog_section_title', __( 'Latest Articles', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_blog_section_subtitle' ) ) : /** * Blog Subtitle */ function vandana_lite_get_blog_section_subtitle(){ return wpautop( wp_kses_post( get_theme_mod( 'blog_section_subtitle', __( 'Show your latest blog posts here. You can modify this section from Appearance > Customize > Front Page Settings > Blog Section.', 'vandana-lite' ) ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_blog_view_all' ) ) : /** * View All */ function vandana_lite_get_blog_view_all(){ return esc_html( get_theme_mod( 'blog_view_all', __( 'View All', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_contact_sec_title' ) ) : /** * Contact Title */ function vandana_lite_get_contact_sec_title(){ return esc_html( get_theme_mod( 'contact_sec_title', __( 'Get in Touch Today', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_contact_subtitle' ) ) : /** * Contact Subtitle */ function vandana_lite_get_contact_subtitle(){ return wpautop( wp_kses_post( get_theme_mod( 'contact_subtitle', __( 'You can modify this section from Appearance > Customize > Front Page Settings > Contact Section..', 'vandana-lite' ) ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_wol_section_title' ) ) : /** * Wheel of life section title */ function vandana_lite_get_wol_section_title(){ return esc_html( get_theme_mod( 'wol_section_title' ) ); } endif; if( ! function_exists( 'vandana_lite_get_wol_section_content' ) ) : /** * Wheel of life section title */ function vandana_lite_get_wol_section_content(){ return esc_html( get_theme_mod( 'wol_section_content' ) ); } endif; if( ! function_exists( 'vandana_lite_get_about_testimonial_title' ) ) : /** * About Testimonial Title */ function vandana_lite_get_about_testimonial_title(){ return esc_html( get_theme_mod( 'about_testimonial_title', __( 'Testimonials', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_about_testimonial_subtitle' ) ) : /** * About Testimonials Subtitle */ function vandana_lite_get_about_testimonial_subtitle(){ return wpautop( wp_kses_post( get_theme_mod( 'about_testimonial_subtitle', __( 'Words of praise by my valuable clients.', 'vandana-lite' ) ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_read_more' ) ) : /** * Display blog readmore button */ function vandana_lite_get_read_more(){ return esc_html( get_theme_mod( 'read_more_text', __( 'Read More', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_author_title' ) ) : /** * Display blog readmore button */ function vandana_lite_get_author_title(){ return esc_html( get_theme_mod( 'author_title', __( 'About Author', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_related_title' ) ) : /** * Display blog readmore button */ function vandana_lite_get_related_title(){ return esc_html( get_theme_mod( 'related_post_title', __( 'You may also like', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_related_portfolio_title' ) ) : /** * Display blog readmore button */ function vandana_lite_get_related_portfolio_title(){ return esc_html( get_theme_mod( 'related_portfolio_title', __( 'Related Projects', 'vandana-lite' ) ) ); } endif; if( ! function_exists( 'vandana_lite_get_footer_copyright' ) ) : /** * Footer Copyright */ function vandana_lite_get_footer_copyright(){ $copyright = get_theme_mod( 'footer_copyright' ); echo '<span class="copyright">'; if( $copyright ){ echo wp_kses_post( $copyright ); }else{ esc_html_e( '© Copyright ', 'vandana-lite' ); echo date_i18n( esc_html__( 'Y', 'vandana-lite' ) ); echo ' <a href="' . esc_url( home_url( '/' ) ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a>. '; esc_html_e( 'All Rights Reserved. ', 'vandana-lite' ); } echo '</span>'; } endif;
SILENT KILLER Tool