芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/wp-content/themes/odefy/404.php
* @since 1.0.0 */ get_header(); $layout_building_tool = WGL_Framework::get_option('404_building_tool'); if ( 'elementor' === $layout_building_tool && did_action('elementor/loaded') ) { $selected_page_id = WGL_Framework::get_option('404_template_select'); $selected_page_id = wgl_dynamic_styles()->multi_language_support($selected_page_id, 'elementor_library'); if (class_exists('\Elementor\Core\Files\CSS\Post')) { (new \Elementor\Core\Files\CSS\Post($selected_page_id))->enqueue(); } echo \Elementor\Plugin::$instance->frontend->get_builder_content($selected_page_id); } else { $styles = $section_padding_html = ''; $bg_image = WGL_Framework::bg_render('404_page_main'); $section_padding = WGL_Framework::get_option('404_page_main_padding'); $section_padding_html .= !empty($section_padding['padding-top']) ? ' padding-top:' . (int) $section_padding['padding-top'] . 'px;' : ''; $section_padding_html .= !empty($section_padding['padding-bottom']) ? ' padding-bottom:' . (int) $section_padding['padding-bottom'] . 'px;' : ''; $styles .= $bg_image ?: ''; $styles .= $section_padding_html ?: ''; $styles_html = $styles ? ' style="' . esc_attr($styles) . '"' : ""; $error_text_repeat = '
' . esc_html__('ERROR 404', 'odefy') . '
'; ?>
>
', '
', '';?>