芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/wp-content/themes/odefy/footer.php
* @since 1.0.0 */ echo ''; /** * Elementor Pro Footer Render * * @since 1.0.0 */ do_action( 'wgl/elementor_pro/footer' ); /** * Check WGL footer active option * * @since 1.0.0 */ $footer = apply_filters( 'wgl/footer/enable', true ); $footer_switch = $footer[ 'footer_switch' ] ?? ''; $copyright_switch = $footer[ 'copyright_switch' ] ?? ''; if ( $footer_switch || $copyright_switch ) { get_template_part( 'templates/section', 'footer' ); } /** * Runs after main * * @since 1.0.0 */ do_action( 'wgl/after_main_content' ); wp_footer(); ?>