Maya

add_shortcode(‘tracker_message’, function() {
$value = get_option(‘tracker_message_text’, ‘Your plugin is working!’);
return ‘

‘ . esc_html($value) . ‘

‘;
});