add_shortcode('tg_popup', function($atts) { $atts = shortcode_atts([ 'csv' => 'https://your-website.com/popup-data.csv' // Put your CSV file link here ], $atts); ob_start(); ?>