Homepage – Total PG stats – shortcode generation based on field name

// Helper function to get a value from the summary table function get_pg_summary_value($field_name) { global $wpdb; $valid_fields = [ ‘total_pop’, ‘total_pgs’, ‘total_uupgs’, ‘total_uupg_pop’, ‘total_upgs’, ‘total_upg_pop’, ‘total_nupgs’, ‘total_nupgs_pop’, ‘extra1’, ‘extra2’, ]; // Prevent SQL injection by only allowing known fields if…Continue reading