WebberZone / top-10

Top 10 - Popular Posts plugin for WordPress

Home Page:https://webberzone.com/plugins/top-10/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exact match fails

ajaydsouza opened this issue · comments

$post_author = ( $current_user->ID === $post->post_author ) ? true : false; // Is the current user the post author?

Post author is returned as a string current user ID is an integer so the check returns false even when true.