Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created November 28, 2016 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/4b87668e0d9f9cfcc19832205beb713c to your computer and use it in GitHub Desktop.
Save Kaiderella/4b87668e0d9f9cfcc19832205beb713c to your computer and use it in GitHub Desktop.
Tìm đoạn code sau đây trong file index.php của kk Star Ratings
public function markup($id=false)
{
$id = !$id ? get_the_ID() : $id;
if($this->exclude_cat($id))
{
return '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment