checked function
-
Can someone explain to me the checked function? I don’t see it documented anywhere in the codex.
Here a bit of code from a plugin and I am trying to understand it.
<input type='radio' name='thumbnail_option' value='number2' <?php checked('number2', $thumbnail_option); ?>/>
- The topic ‘checked function’ is closed to new replies.