This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Add Additional Register Helper fields for: Radio and Checkbox | |
* Save All To User Profile Page | |
* Applies To All Levels | |
*/ | |
// We have to put everything in a function called on init, so we are sure Register Helper is loaded. | |
function pmpro_register_helper_add_radio_checkbox_fields() { |
NewerOlder