Access to customer profile with pin code

Users aren’t stored as a post type like most other content in WordPress so you can’t use the per-page password feature in core. You can add a custom meta field to Users for the pin and then add some functions for displaying/handling the form, checking if the pin is valid, and so on. Another option … Read more

Authenticate Subdomain

Ensure that COOKIEHASH has the same value for both, e.g.: define( ‘COOKIEHASH’, md5( ‘https://yourdomain.com’ ) ); define( ‘COOKIE_DOMAIN’, ‘.yourdomain.com’ ); See https://wordpress.stackexchange.com/a/264490/736

Getting Authentication required popup

Found the answer for this issue. This appears to be happening to users that are using Chrome and/or WebHostingPad websites. Google released an update that essentially broke the popup by no longer displaying the information needed to get past the popup. Open the page in another browser, I’ve used IE, then the login information required … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)