This file contains hidden or 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 | |
| /** | |
| * Register Helper "Phone" Field for RedWolfCY | |
| */ | |
| function redwolfcy_pmprorh_init() { | |
| //don't break if Register Helper is not loaded | |
| if ( ! function_exists( 'pmprorh_add_registration_field' ) ) { | |
| return false; | |
| } | |