People Group Profile page – FCBH Ninja Table Output- ACF ROL field

function fcbh_display_language_link() { // Get the ACF field ‘rol’ from current post $post_id = get_the_ID(); $rol = get_field(‘ROL’, $post_id); //$language = get_field(‘lang’, $post_id); if ($rol) { $rol_value = esc_attr($rol); // Construct the Ninja Tables shortcode $ninja_shortcode = ‘[ninja_tables id=”36443″ filter=”‘…Continue reading

Lostness- Ninja Table shortcode generation (dynamic as GET var)

function get_filtered_ninja_table_shortcode() { if (isset($_GET[‘filter’])) { // Decode and trim the input $raw_input = urldecode(trim($_GET[‘filter’])); // Check for specific values before sanitizing if ($raw_input === ‘UPG’) { $search_term = ‘Engaged yet Unreached’; } elseif ($raw_input === ‘UUPG’) { $search_term =…Continue reading

ROP level trees

/* * Snippet #98 (ID 37755): ROP level trees * Type: php * Status: publish * Location: 1 * Modified: 2026-02-24 22:25:10 * * FIX 2026-08-09: every SQL query in this file referenced pre-migration * column names (ROP1Code, ROP2Code, ROP3Code,…Continue reading

People Groups of the World Mapbox – LPI

/* * Snippet #101 (ID 37767): People Groups of the World Mapbox – LPI * Type: php * Status: publish * Location: 1 * Modified: 2026-03-24 17:49:22 * * FIX 2026-08-09: hardcoded Mapbox access token replaced with get_option( ‘pg_mapbox_token’, ”…Continue reading