HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/www/ar/wp-content/plugins/tf-car-listing/public/templates/author.php
<?php
wp_enqueue_style( 'dealer-style' );
wp_enqueue_script( 'dealer-script' );
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
get_header();
?>
<div class="container">
	<div class="col-md-12">
		<?php tfcl_get_template_with_arguments( 'single-author/author-infor.php' ); ?>
	</div>
	<div class="row wrap-single-seller">
		<div class="single-seller-content col-md-12">
			<div class="content-inner">
				<main id="main" class="site-main">
					<article id="post-<?php the_author_meta( 'ID' ); ?>" <?php post_class(); ?>>
						<div class="entry-content">
							<?php do_action( 'tfcl_single_author_summary' ); ?>
						</div>
					</article>
				</main>
			</div>
		</div>
	</div>
</div>
<?php get_footer(); ?>