Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<a href=http://site.ru/>
<a href=http://site.ru>
<a\s[^>]*href=['"]?https?://[^?\s'">]+\K/(?=[?\s'">])
//[^?
add_filter( 'the_content', 'text' ); text( $content ) { $content = preg_replace('~(<a\b[^>]/>)', '~(<a\b[^>]>)', $content); return $content; }
preg_replace('~<a\s[^>]*href=[\'"]?https?://[^\s\'">]+\K/(?=[?\s\'">])~i', '', $content);
add_filter( 'the_content', 'text' ); function text( $content ) { $content = preg_replace('~<a\s[^>]*href=[\'"]?https?://[^\s\'">]+\K/(?=[?\s\'">])~i', '', $content); return $content; }
<?php $content = preg_replace('#(href=['"][^'"]*)/(?='|")#', '$1', $content);
href=http:(\/\/\S+)\/\>
href=http:$1>