add_filter('the_content', function($content) { if (is_single()) { $paragraphs = explode('

', $content); if (count($paragraphs) > 3) { $paragraphs[2] .= '
👇 Continue Reading Below
'; $content = implode('

', $paragraphs); } } return $content; });
Advertisement
error: Content is protected !!