REFACTOR Deleting unnecessary writelog
This commit is contained in:
parent
0c5954a226
commit
07c526ce90
|
|
@ -44,7 +44,6 @@ $authors = get_posts(array(
|
|||
$author_thumbnail = get_field('profile_thumbnail', $author->ID);
|
||||
$author_description = get_field('description', $author->ID);
|
||||
$author_email = get_field('email', $author->ID);
|
||||
write_log($author_email);
|
||||
?>
|
||||
<li class="comity-type__item author-card">
|
||||
<div class="author-card__thumbnail">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user