Viewing File: /home/maglabs/exclusive/wp-content/plugins/g5-ere/templates/author.php

<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'Direct script access denied.' );
}
get_header( 'ere' );
/**
 * ere_before_main_content hook.
 *
 * @hooked ere_output_content_wrapper_start - 10 (outputs opening divs for the content)
 */
do_action( 'ere_before_main_content' );
do_action( 'ere_single_author_before_main_content' );

G5ERE()->get_template( 'agent/content-single.php' );


do_action( 'ere_single_author_after_main_content' );

/**
 * ere_after_main_content hook.
 *
 * @hooked ere_output_content_wrapper_end - 10 (outputs closing divs for the content)
 */
do_action( 'ere_after_main_content' );

get_footer( 'ere' );

Back to Directory File Manager