Skip to content

Instantly share code, notes, and snippets.

@ed1226
ed1226 / Custom WP Shortcode: Lottery Winners
Created October 5, 2020 09:19 — forked from gabrielmerovingi/Custom WP Shortcode: Lottery Winners
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,