Shortcode always showing at the top of the wordpress (before post)

I’m new to WP plugin development and found out that my shortcode is showing at the top of the page, but I want to include it anywhere in the post (not at the TOP). My code: function getLotoSecond() { $html = file_get_contents_curl(‘URL__ADDRESS’); // List $start = stripos($html, ‘<ul id="results-2" class="results-items">’); $end = stripos($html, ‘</ul>’, $offset… Read More Shortcode always showing at the top of the wordpress (before post)