Skip to content

Instantly share code, notes, and snippets.

View andrewjohansen83's full-sized avatar

andrewjohansen83

View GitHub Profile
@mycred
mycred / myCRED: Weekly Leaderboard Example
Created July 27, 2018 11:46
Custom WordPress widget to show this weeks leaderboard for myCRED points.
/**
* Custom myCRED Widget: This weeks leaderboard
* This widget will show this weeks leaderbaord with the option to set
* a title, the number of users to include and if it should be visible for
* non-members.
* @install Paste into your theme or child-themes functions.php file or custom plguin.
* @author Gabriel S Merovingi
* @version 1.3
*/
add_action( 'mycred_widgets_init', 'mycred_load_this_weeks_leaderboard_widget' );