mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://github.com/easydigitaldownloads/library/blob/master/_checkout/move-user-fields-below-account-creation.html
2 lines
138 B
Text
2 lines
138 B
Text
remove_action( 'edd_register_fields_before', 'edd_user_info_fields' );
|
|
add_action( 'edd_register_fields_after', 'edd_user_info_fields' );
|