abdullahalsalim
Forum Replies Created
-
I got this error
Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.
please see the screenshot https://ibb.co/wcdHyPh
I Added the code below in functions.php
add_action(“user_register”,”um_012022_generate_unique_account_id”);function um_012022_generate_unique_account_id( $user_id ) {$unique_account_id = ‘B-‘ . str_pad( $user_id, B, ‘0’, STR_PAD_LEFT );update_user_meta( $user_id, “um_unique_account_id”, $unique_account_id );}
with chnage the C letter to B and 5 number to 3
but the old users not update to new change so how can I Update the old Users to the new change ?
- This reply was modified 3 years, 2 months ago by abdullahalsalim.
i added it and active https://wordpress.org/plugins/child-theme-configurator/
i got error in the header
see the photo is it ok to add the code like this ?