This file contains hidden or 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
| /** | |
| * 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' ); |