Right now we use wp_localize_script( 'ghactivity-average-label-time', 'ghactivity_avg_label_time', $args ); to share some of the relevant data with JavaScript. This approach will not work with multiple shortcodes on the same page. We need to fix that at some point
Right now we use
wp_localize_script( 'ghactivity-average-label-time', 'ghactivity_avg_label_time', $args );
to share some of the relevant data with JavaScript. This approach will not work with multiple shortcodes on the same page. We need to fix that at some point