novaclever
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Everything else WordPress
In reply to: Plugin TranslationHello,
Yes sure, I’ll translate it in the middle of April!
Kind regards,Yes sure, let me know when you’ve added it, I’d be glad to help you!
Yes I forgot about the priority and also to specify the number of parameters needed, thank you !
If it can help other, here is my filter :
add_filter( 'bdpwr_code_email_text' , function( $text , $email , $code , $expiry ) { $expiry_formatted = bdpwr_get_formatted_date( $expiry ); $text = "Une réinitialisation du mot de passe a été demandée pour votre compte " . $email ." et votre code de réinitialisation du mot de passe est " . $code . ". \n Veuillez noter que ce code expirera à " . $expiry_formatted . "."; return $text; }, 10 , 4 );
Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] Code verification endpointSure ??
Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] Code verification endpointHello,
Yes now it’s working !
I don’t know if I should open a new topic, but there is an error with the bdpwr_code_email_text filter :
2020/06/08 09:53:14 [error] 87451#87451: *9276 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 1 passed in /www/my_website/public/wp-includes/class-wp-hook.php on line 289 and exactly 4 expected in /www/my_website/public/wp-content/themes/mytheme-child/functions.php:495 Stack trace: #0 /www/my_website/public/wp-includes/class-wp-hook.php(289): {closure}('\n A password r...') #1 /www/my_website/public/wp-includes/plugin.php(206): WP_Hook->apply_filters('\n A password r...', Array) #2 /www/my_website/public/wp-content/plugins/bdvs-password-reset/inc/email/functions.php(57): apply_filters('bdpwr_code_emai...', '\n A password r...', 'michael...', '025371', 1591610294) #3 /www/my_website/public/wp-content/plugins/bdvs-password-reset/inc/class/class.user.php(53): bdpwr_send_password_reset_code_email('michael...', '025371', 1591610294)
Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] Code verification endpointThank you for your responsiveness!
It looks like the api.route.validate-code.php is missing.
When I check the api folder, there is no api.route.validate-code.php file.- This reply was modified 4 years, 5 months ago by novaclever.
Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] Code verification endpointGreat, thank you !
When do you think this feature will be released ?And yes, we made a similar method to prevent guests from taking actions with the Woocommerce API.
Viewing 7 replies - 1 through 7 (of 7 total)