| Current Path : /home/ereika83/public_html/wp-content/themes/Builder/ |
| Current File : /home/ereika83/public_html/wp-content/themes/Builder/404.php |
<?php
function render_content() {
// Load the not_found.php file, by default
do_action( 'builder_template_show_not_found' );
}
add_action( 'builder_layout_engine_render_content', 'render_content' );
do_action( 'builder_layout_engine_render', basename( __FILE__ ) );