<?php
/* Plugin Name: WA Lab Fault — local demonstration only */
if (!defined('ABSPATH') || wp_get_environment_type() !== 'local') {
    return;
}
add_action('init', function () {
    // Corrected version: no call to a non-existent function.
});

