File manager - Edit - /home/xfekoga/rooftopcleaners/wp-includes/widgets/about-author.php.tar
Back
home/xfekoga/rooftopcleaners/wp-content/themes/roofy/admin/about-author.php 0000644 00000002566 15174423720 0023277 0 ustar 00 <?php function roofy_about_author_html() { ?> <aside class="about-author"> <h3 class="widget-title"> <span> <?php esc_html_e('Written By', 'roofy'); ?> </span> </h3> <!-- .widget-title --> <div class="author-bio"> <div class="author-img"> <a href="<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>"> <?php echo get_avatar(get_the_author_meta('user_email'), 300, "", get_the_author_meta('display_name')); ?> </a> </div> <!-- .author-img --> <div class="author-info"> <h4 class="author-name"> <?php the_author(); ?> </h4> <!-- .author-name --> <p> <?php echo get_the_author_meta('description'); ?> </p> <?php dynamic_sidebar('roofy_sidebar_8'); ?> </div> <!-- .author-info --> </div> <!-- .author-bio --> </aside> <!-- .about-author --> <?php } function roofy_about_author() { if (is_singular('post')) { $author_info_box = get_theme_mod('roofy_setting_author_info_box', 'yes_with_bio_info'); $biographical_info = get_the_author_meta('description'); if ($author_info_box == 'yes') { roofy_about_author_html(); } elseif (($author_info_box == 'yes_with_bio_info') && (! empty($biographical_info))) { roofy_about_author_html(); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings