SM
Size: a a a
MK
MK
SM
MK
SM
АЭ
С
АЭ
АЭ
MK
АЭ
MK
MK
АЭ
MK
SM
MK
<?php
add_filter(
'mihdan_mailru_pulse_feed_item_content',
function( $content ) {
if ( is_feed( 'mihdan-mailru-pulse-feed' ) ) {
$content = '<figure>' . get_the_post_thumbnail( $post->ID, 'full' ) . '</figure>' . $content;
}
return $content;
},
200
);
АЭ
SM
<?php
add_filter(
'mihdan_mailru_pulse_feed_item_content',
function( $content ) {
if ( is_feed( 'mihdan-mailru-pulse-feed' ) ) {
$content = '<figure>' . get_the_post_thumbnail( $post->ID, 'full' ) . '</figure>' . $content;
}
return $content;
},
200
);