Current Path : /var/test/www/foundation/wp-content/themes/kallyas/ |
Current File : /var/test/www/foundation/wp-content/themes/kallyas/404-smart-area.php |
<?php if(! defined('ABSPATH')){ return; } get_header(); $pb_template = zget_option( '404_smart_area', 'zn_404_options'); $pb_template = apply_filters( 'wpml_object_id', $pb_template ); if( ! empty( $pb_template ) ){ $pb_data = get_post_meta( $pb_template, 'zn_page_builder_els', true ); ZNPB()->zn_render_uneditable_content( $pb_data, $pb_template ); } get_footer(); ?> </div>