Код: Выделить всё
function modify_attachment_link( $markup ) {
global $post;
return str_replace( '[url=$url]$link_text[/url]", $id, $size, $permalink, $icon, $text );
}
Подробнее здесь: https://stackoverflow.com/questions/107 ... hment-link
Код: Выделить всё
function modify_attachment_link( $markup ) {
global $post;
return str_replace( '[url=$url]$link_text[/url]", $id, $size, $permalink, $icon, $text );
}