HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: /home/mirz4654/www/wp-content/themes/nexter/template-parts/blog/blog-post-meta.php
<div class="align-items-center nxt-inline-block nxt-meta-info nxt-flex-wrap">
	<?php get_template_part('template-parts/blog/meta', 'date'); ?>
	<?php if ( ! empty( get_the_category() ) ) { ?>
	<span class="nxt-meta-category"><span><?php echo esc_html__('in ', 'nexter'); ?></span><?php echo get_the_category_list( __( ', ', 'nexter' ) ); // phpcs:ignore ?></span>
	<?php } ?><span class="nxt-meta-author"><?php echo esc_html__('by ', 'nexter'); ?><a href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>" rel="<?php echo esc_attr__('author','nexter'); ?>" class="fn"><?php echo esc_html(get_the_author()); ?></a> </span>
    <?php if ( ! is_single() ) {
	echo '<span class="nxt-meta-comments">';
        comments_popup_link( esc_html__('No Comments', 'nexter'), esc_html__('1 Comment', 'nexter'), esc_html__('% Comments', 'nexter'));
	echo '</span>';
    } ?>
</div>