Skip to content

Instantly share code, notes, and snippets.

@gabrielmerovingi
gabrielmerovingi / Custom WP Shortcode: Lottery Winners
Created February 13, 2014 13:32
Updated version of the mycred_lottery_results shortcode with added option to use user related template tags for each row.
/**
* [mycred_lottery_results] Shortcode Render
* @since 1.0
* @version 1.2
*/
if ( ! function_exists( 'mycred_lotto_render_draws' ) ) :
function mycred_lotto_render_draws( $atts, $content = NULL )
{
extract( shortcode_atts( array(
'id' => NULL,