close

Profiles

Interests

PHP OOP, WordPress, Learning, Developing

Badges

CODE
1 badge
Plugin Developer

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
March 2023
Mar 30 Thu · 16:37
Forums med
Posted a reply to how to get only count and value?, on the site WordPress.org Forums:
@markezi This has been fixed in 5.4.3
January 2023
Jan 14 Sat · 07:39
Forums med
Posted a reply to shortcode [kkstarratings] does not work in elementor plugin!, on the site WordPress.org Forums:
Try using [kk-star-ratings id="5"] where id is the post id you want the show the…
December 2022
Dec 31 Sat · 09:40
Forums med
Posted a reply to echo value and count?, on the site WordPress.org Forums:
<?php $ratings = \Bhittani\StarRating\core\functions\data(); echo $ratings['score']; echo $ratings['count']; ?>
Dec 31 Sat · 09:39
Forums med
Posted a reply to get new values, on the site WordPress.org Forums:
[kk-star-ratings]
Dec 31 Sat · 09:38
Forums med
Posted a reply to How to display count, on the site WordPress.org Forums:
In your theme file: <?php $ratings = \Bhittani\StarRating\core\functions\data(); echo $ratings['score']; echo $ratings['count']; ?>
Dec 31 Sat · 09:37
Forums med
Posted a reply to how to get only count and value?, on the site WordPress.org Forums:
Via php code in your theme file: <?php $ratings = \Bhittani\StarRating\core\functions\data(); echo $ratings['score']; echo $ratings['count'];…
Dec 31 Sat · 09:30
Forums med
Posted a reply to How to display count, on the site WordPress.org Forums:
Can you be more specific? Count of what? Display it via template file or post…
Dec 31 Sat · 09:25
Forums med
Posted a reply to Filter/hooks for kksr-legend, on the site WordPress.org Forums:
To see all the action and filter hooks, you can see the files/functions inside src/core/actions…
Dec 03 Sat · 12:09
Forums med
Posted a reply to rating stars 3 times on a page, on the site WordPress.org Forums:
Disable the star ratings for posts/pages in the settings. Manually use the shortcode [kk-star-ratings] in…
November 2022
Nov 19 Sat · 13:43
Forums med
Posted a reply to Import data from Plugin GD Rating System, on the site WordPress.org Forums:
Will have to see how that plugin stores the ratings.

Contributor