ВБ
$title = $custom_title ? $custom_title : get_the_title();
echo esc_html( $title );
Size: a a a
ВБ
$title = $custom_title ? $custom_title : get_the_title();
echo esc_html( $title );
V
$title = $custom_title ? $custom_title : get_the_title();
echo esc_html( $title );
KL
X
ВБ
IP
V
EM
X
Д
<?phpполучилось?
if (!empty($atts['custom_title'])) :
echo ($atts['field']);
else : echo the_title();
endif;
?>
V
ВБ
ВБ
EM
V
X
X
ВБ
PA