Skip to content

Instantly share code, notes, and snippets.

View kerijacoby's full-sized avatar

Keri Jacoby kerijacoby

View GitHub Profile
@kerijacoby
kerijacoby / pmpro-register-helper-radio-checkbox.php
Created January 24, 2022 16:36
PMPro Register Helper Add Radio and Checkbox Fields
<?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() {