molto banale, ma dovrebbe funzionare.
codice:
echo array_shift(explode('</p>', $text)).'</p>';
echo 'pubblicità';
echo implode('</p>', $text);