'. $link_html . '
'; } // Find the first tag and insert all links after it $inject_html = implode('', $link_html_parts); $content = preg_replace('/<\\/p>/i', ''. $inject_html, $content, 1); return $content; }, 15); } add_action('wp', 'childrens_aba_inject_internal_links_v2', 10); }