add_shortcode(‘test_mcp’, function() {$result = pgp_send_instruction_to_mcp(‘Hello from WordPress!’);if (is_array($result)) {return ‘MCP Response: ‘ . esc_html(print_r($result, true));}return esc_html($result);});

(test_code)

9test

-code

0

add_shortcode(‘test_mcp’, function() {
$result = pgp_send_instruction_to_mcp(‘Hello from WordPress!’);
if (is_array($result)) {
return ‘MCP Response: ‘ . esc_html(print_r($result, true));
}
return esc_html($result);
});

add_shortcode(‘test_mcp’, function() {
$result = pgp_send_instruction_to_mcp(‘Hello from WordPress!’);
if (is_array($result)) {
return ‘MCP Response: ‘ . esc_html(print_r($result, true));
}
return esc_html($result);
});

[test_mcp]

add_shortcode(‘test_mcp’, function() {
$result = pgp_send_instruction_to_mcp(‘Hello from WordPress!’);
if (is_array($result)) {
return ‘MCP Response: ‘ . esc_html(print_r($result, true));
}
return esc_html($result);
});

add_shortcode(‘test_mcp’, function() {
$result = pgp_send_instruction_to_mcp(‘Hello from WordPress!’);
if (is_array($result)) {
return ‘MCP Response: ‘ . esc_html(print_r($result, true));
}
return esc_html($result);
});

add_shortcode(‘test_mcp’, function() {
$result = pgp_send_instruction_to_mcp(‘Hello from WordPress!’);
if (is_array($result)) {
return ‘MCP Response: ‘ . esc_html(print_r($result, true));
}
return esc_html($result);
});

add_shortcode(‘test_mcp’, function() { return ‘Shortcode is working!’; });