WordPress: Checkbox, Radio and Select Helper Functions
Posted by Webozaurus on March 30, 2011
As you may or may not know, WordPress has two simple helper functions built into it that make it easy to determine whether a checkbox/radio button should be checked or a select option should be selected. In PHP, the traditional way to do this would be to use an if…else statement. That might look something [...]
Read the rest of the article on : HTMLCenter Web Development Blog
Filed in: Graphics