function display_language_link() { global $wpdb; // Get the ACF field ‘rol’ from current post $post_id = get_the_ID(); $rol = get_field(‘ROL’, $post_id); $country = get_field(‘Ctry’, $post_id); $language = get_field(‘Lang’, $post_id); if (empty($rol)) { return ‘ No language code (ROL) found for…Continue reading
/** * Name: frs_populateUserDropdown * Description: Populates the Assign To user dropdown with users from the same group as the current user * * Return: $values structure * **/ add_filter(‘frm_setup_new_fields_vars’, ‘frs_populateUserDropdown’, 20, 2); add_filter(‘frm_setup_edit_fields_vars’, ‘frs_populateUserDropdown’, 20, 2); function frs_populateUserDropdown( $values,…Continue reading
/* Template Name: K9 Hole Desktop Full */ // Ensure no other header is loaded if this is a full template override // Do NOT call get_header() here if the entire HTML structure is below. ?>Continue reading
function mapbox_country_map_dyingdailypercent_shortcode() { ob_start(); ?> Less than 80% 80% and Less than 90% 90% and Less than 95% 95% and Less than 98% 98% and Less than 100% Essentially 100% Percent of the Population Dying Daily without Christ –Continue reading
function mapbox_gsec_map_shortcode() { ob_start(); ?> 0 – No Evangelicals, Churches or Resources 1 – Less than 2% Evangelical, No Active Church Planting Activity 2 – Less than 2% Evangelical, Concentrated Church Planting Activity 3 – Less than 2% Evangelical, Dispersed…Continue reading