Please make a video about scaling WordPress on the database side by HyperDB ( provide features like database shard ), Redis Object Cache plugin By Till Krüss, RediSearch. There is no video on UA-cam regarding this, how safely we implement all three stuff in WordPress
it doesn't log in. Everything woks well until redirect to home, it seems that wp_set_cookies doesn't save cookies because it logs out right after redirecting. any idea?
@@VicodeMedia do u have video on that too? because I'm buildlng a custom theme in wordpress using code (html css js php ) i have implemented everything but cannot figure out the functionality of log sign in page and also social logins
This is excellent. Thank you!
It's perfect, great explanation! Thanks!
This is excellent. Thank you!
Please continue to make these technical Wordpress videos ❤
Much appreciated by advanced Wordpress developers.
Will definitely do! Thank you for the feedback
Really awesome explanation.. I can't express by word how it is helpful for php developer...
It really helped me a lot. thanks very much!!!
So nice, thank's for explain that code... I appreciated a lot!
God dammit i did not expect to work
thank you so much man you are realy good and understandable keep going
You earned one subscriber more
You're welcome. Thank you
Please make a video on how to create plugin to login with linkedin
Please make a video about scaling WordPress on the database side by HyperDB ( provide features like database shard ), Redis Object Cache plugin By Till Krüss, RediSearch. There is no video on UA-cam regarding this, how safely we implement all three stuff in WordPress
Thank you for making good technical videos. You should start paid code courses.
Thank you, my friend! I got your coffee too. Thanks a lot 👍
Thank you Victor, How do I restrict google users by domain or using google workspace?
great - thank you
will be great if the login will be with the phone! can you do a tutorial with this feature?
thank you
it doesn't log in. Everything woks well until redirect to home, it seems that wp_set_cookies doesn't save cookies because it logs out right after redirecting. any idea?
Hi, thank you very much for this tutorial! Does your code still work? When retrieving the token, I get a critical error on WordPress.
Thanks!
how to google logout from that which only logout from our website not from other google account.
Hey bro, Where can I find "custom ajax call" source code that your using for this
Can this method be used for a core PHP application?
I made a separate video for custom PHP applications ua-cam.com/video/M4jde7THXAI/v-deo.html
@@VicodeMedia wow cool thanks
welcome
How do I show my profile picture in Gmail ?
after login it redirect_to before url .. where it start login
is there a way to include this plugin inside the wordpress theme ? without to call it as a plugin ?
4
Yes! You'll have to add this functionality in your functions.php file in your theme's folder
@@VicodeMedia do u have video on that too? because I'm buildlng a custom theme in wordpress using code (html css js php ) i have implemented everything but cannot figure out the functionality of log sign in page and also social logins
Thank you so much. Good work. Btw you can create a password with wp_generate_password() easiliy.
Thanks for the tip!