function insert_amp_ads_every_two_paragraphs($content) {
if (is_single() && function_exists('is_amp_endpoint') && is_amp_endpoint()) {
$ad_code = '';
// Split content into paragraphs
$paragraphs = explode('
', $content);
$new_content = '';
// Loop through paragraphs and insert ad after every 2nd paragraph
foreach ($paragraphs as $index => $paragraph) {
$new_content .= $paragraph . '';
// Insert ad after every two paragraphs (except the last one)
if (($index + 1) % 2 == 0 && $index + 1 < count($paragraphs)) {
$new_content .= $ad_code;
}
}
return $new_content;
}
return $content;
}
add_filter('the_content', 'insert_amp_ads_every_two_paragraphs');
News - Hollywood All - Page 5
Roy Ayers, the legendary jazz vibraphonist best known for his iconic hit “Everybody Loves the Sunshine,” has passed away following a prolonged illness, as...