Code Snippet – Anasayfa

<?php 
$term = get_field('kategori');
if( $term ): ?>
    <h2>Test</h2>
    <p><?php echo esc_html( $term->description ); ?></p>
<?php endif; ?>