(.*)#is', ' ', get_the_content());
$content = preg_replace ('@@siu', ' ', $content);
preg_match_all('#\bhttps?://[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|/))#', $content, $match);
foreach ($match[0] as $amatch) {
if(strpos($amatch,'youtube.com') !== false || strpos($amatch,'vimeo.com') !== false || strpos($amatch,'soundcloud.com') !== false){
$content = str_replace($amatch, '', $content);
}
}
echo wp_kses_post($content = preg_replace('%%is', '', $content));
}else{ the_content(); }?>
''.__( 'Pages:','sportcenter'),
'after' => '
',
'link_before' => '',
'link_after' => '',
'next_or_number' => 'number',
'separator' => ' ',
'nextpagelink' => esc_html__( 'Next page','sportcenter'),
'previouspagelink' => esc_html__( 'Previous page','sportcenter'),
'pagelink' => '%',
'echo' => 1
);
wp_link_pages($pagiarg); ?>