File manager - Edit - /home/palg2351/public_html/wp-content/themes/conat/templates/footer/footer.php
Back
<?php /** * Footer Template File * * @package CONAT * @author Webiane * @version 1.0 */ $options = conat_WSH()->option(); $back = $options->get( 'footer_background' ); $back = conat_set( $back, 'url', CONAT_URI . 'assets/images/parallax.png' ); $s_type = ''; $e_tpl = ''; if( is_singular() ) { $s_type = get_post_meta( $page_id, 'footer_source_type', true ); $e_tpl = get_post_meta( $page_id, 'footer_elementor_template', true ); } if( $s_type !== 'e' ) { $s_type = $options->get('footer_source_type'); $e_tpl = $options->get('footer_elementor_template'); } if ( class_exists( '\Elementor\Plugin' ) AND $s_type == 'e' AND $e_tpl ) { echo Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $e_tpl ); } else { do_action( 'conat_main_footer' ); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings