php 从单选按钮字段获取Acf Conditional H1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 从单选按钮字段获取Acf Conditional H1相关的知识,希望对你有一定的参考价值。

<<?php if (get_sub_field('tib_is_h1') == 'Yes'): ?>h1 <?php else: ?>h2 <?php endif; ?> class="page-title"><?php the_sub_field('tib_title'); ?></<?php if (get_sub_field('tib_is_h1') == 'Yes'): ?>h1<?php else: ?>h2<?php endif; ?>>

以上是关于php 从单选按钮字段获取Acf Conditional H1的主要内容,如果未能解决你的问题,请参考以下文章

从单选按钮获取文本[重复]

更改单选按钮选中状态时如何从单选按钮组中的单选按钮获取文本

获取从单选按钮到组合框的数据搜索

如何通过从 mySQL 获取值从单选按钮获取值 [重复]

android 编程中怎样从单选按钮获取数据

如何从单选按钮获取值到swift 5中的变量