// Yahweh Mission Dashboard Integration — WPCode snippet version
// Paste this into a new PHP Snippet in WPCode, set to run "Auto Insert" /
// "Everywhere", and activate it. Functionally identical to the plugin
// version — just packaged as a snippet since this host strips .php files
// out of uploaded plugin zips.
if (!function_exists('ymi_get_api_url')) {
function ymi_get_api_url() {
return rtrim(get_option('ymi_dashboard_api_url', ''), '/');
}
}
// ---- Settings page: Settings -> Yahweh Mission ----
add_action('admin_menu', function () {
add_options_page('Yahweh Mission Dashboard', 'Yahweh Mission', 'manage_options', 'yahweh-mission', 'ymi_render_settings_page');
});
add_action('admin_init', function () {
register_setting('ymi_settings', 'ymi_dashboard_api_url', array(
'sanitize_callback' => 'esc_url_raw',
'default' => '',
));
});
function ymi_render_settings_page() {
if (!current_user_can('manage_options')) {
return;
}
$api_url = get_option('ymi_dashboard_api_url', '');
?>
Yahweh Mission Dashboard
Connects this site to the Yahweh Mission Dashboard so published children, gifts, and projects appear here automatically via the [ymi_children], [ymi_gift_catalog], and [ymi_child_profile] shortcodes.
Connection check
8));
if (is_wp_error($response)) {
echo '
Could not reach the dashboard: ' . esc_html($response->get_error_message()) . '
Give a Child the Chance to Learn, Grow, and Dream Again
Every child deserves more than survival. They deserve education, care, protection, encouragement, and the chance to believe that their future can be different.
Through Yahweh Mission International, your sponsorship helps support children who are facing poverty, hardship, and limited access to basic needs. Your gift can help provide school support, food, clothing, medical care, and the love and encouragement a child needs to move forward with hope.
When you sponsor a child, you are not simply making a donation. You are becoming part of a child’s journey.
Children will appear here soon — check back!
This is a title
Experienced and professionally trained cleaning specialists committed to delivering reliable and high-quality cleaning services..
Everything You Need to Know About Sponsoring a Child
1. What is child sponsorship?
Child sponsorship is a long-term commitment to help a child living in poverty receive education, nutritious food, medical care, emotional support, and opportunities to build a brighter future. Your sponsorship allows Yahweh Mission International to provide consistent care while walking alongside the child and their family.
2. Does my sponsorship support a specific child?
Yes. Your sponsorship is connected to a specific child, allowing you to follow their journey through updates, photographs, and personal communication whenever appropriate and in line with our child protection policies.
3. What does my monthly sponsorship provide?
Your sponsorship helps provide essential support such as education, school supplies, nutritious meals, healthcare, clothing, spiritual encouragement, and family assistance where needed. Every child’s needs are different, so support is provided according to what will benefit the child most.
4. Will I receive updates about the child I sponsor?
Yes. Sponsors receive regular updates that may include photographs, a personal letter from the child, progress reports, and, when available, a thank-you video from the child or our mission team.
5. Can I write to the child I sponsor?
Absolutely. We encourage sponsors to send messages of hope and encouragement. Every message is carefully reviewed and translated when necessary to ensure safe, meaningful communication.