Created
November 28, 2016 02:50
-
-
Save Kaiderella/f083ce179dc855c1050c3f031abc0bdc to your computer and use it in GitHub Desktop.
Chỉnh sửa plugin kk Star Ratings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function markup($id=false) | |
{ | |
if(get_query_var('amp')) { | |
return ''; | |
} | |
$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