How to Get Shortcode in Excerpt to follow Document Flow

Shortcode’s callback should return a string, not echo it.

function getMyShortCode_func() {
    return '<div class="abc">Hello world.</div>';
}

File not found.