function mapbox_lostness_shortcode() { ob_start(); ?> Click an item to filter the map: 0–99,999 100,000–999,999 1,000,000–9,999,999 10,000,000–99,999,999 100,000,000+ Show All Population (circle size) –Continue reading
function mapbox_frontier_shortcode() { ob_start(); ?> Click an item to filter the map: 0–99,999 100,000–999,999 1,000,000–9,999,999 10,000,000–99,999,999 100,000,000+ Show All Population (circle size) –Continue reading
function mapbox_pioneer_shortcode() { ob_start(); ?> Click an item to filter the map: 0–99,999 100,000–999,999 1,000,000–9,999,999 10,000,000–99,999,999 100,000,000+ Show All Population (circle size) –Continue reading
function mapbox_pg_gsec_shortcode() { ob_start(); ?> Selected peoples: — Selected population: — Click an item to filter the map: 0 – No Evangelicals, Churches or Resources 1 – Less than 2% Evangelical, No Active Church Planting Activity 2 – Less than…Continue reading
function mapbox_arcgis_shortcode() { ob_start(); ?> Selected peoples: — Selected population: — Click an item to filter the map: Unengaged and Unreached (UUPG) Engaged yet Unreached (UPG) No Longer Unreached Show All People Groups Strategic Progress Index (SPI) –Continue reading
// Pull one random row from each framework category (L, G, C, M) function get_random_prayer_rows() { static $rows = null; if ($rows === null) { global $wpdb; $table = ‘prayer_requests’; // no prefix $frameworks = [‘L’, ‘G’, ‘C’, ‘M’]; $rows…Continue reading
// Add duplicate button to post/page list of actions. add_filter( ‘post_row_actions’, ‘wpcode_snippet_duplicate_post_link’, 10, 2 ); add_filter( ‘page_row_actions’, ‘wpcode_snippet_duplicate_post_link’, 10, 2 ); // Let’s make sure the function doesn’t already exist. if ( ! function_exists( ‘wpcode_snippet_duplicate_post_link’ ) ) { /** *…Continue reading