HEX
Server: Apache
System: Linux hp3-wp-1011385.hostingp3.local 3.10.0-1160.156.1.el7.tuxcare.els1.x86_64 #1 SMP Fri Jul 31 13:24:34 UTC 2026 x86_64
User: csh2469127 (2058729)
PHP: 8.2.30
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: /home/domains/vol4/560/2977560/user/htdocs/wp-content/themes/bb-theme/content-author.php
<div class="fl-author-box">
	<div class="fl-author-avatar">
		<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'author_box_avatar_size', 68 ) ); ?>
	</div> <!-- /.author-avatar -->
	<div class="fl-author-description">
		<?php /* translators: %s: Author name */ ?>
		<h4><?php printf( esc_html__( 'About %s', 'fl-automator' ), get_the_author() ); ?></h4>
		<p><?php the_author_meta( 'description' ); ?></p>
		<div class="fl-author-link">
			<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
				<?php
				/* translators: %s: Author name */
				printf( wp_kses( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'fl-automator' ), array(
					'span' => array(
						'class' => array(),
					),
				) ), get_the_author() );
				?>
			</a>
		</div> <!-- /.author-link	-->
	</div> <!-- /.author-description -->
</div> <!-- /.author-info -->