This question shows research effort; it is useful and clear
3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我想用 php 在我的 html (.complete) 中添加一个类:
if( get_field('to-do-repeater') )
{
Add (complete) class to <div class="to-do to-do-wrap"> should be <div class="to-do to-do-wrap complete">
}
else
{
Do nothing
}