Problem When clicking on a link to download a file in Google Chrome - the download does not start. No prompts appear on the page, screen or in the address…
Problem When trying to log into a WordPress website, using the wp-login / wp-admin page - the page redirects back to the login page after entering in the username and…
The following code will disable comments and pingbacks in a WordPress. add_filter( 'pings_open', '__return_false', 10, 2 ); add_filter( 'comments_open', '__return_false', 10, 2 ); To disable for all multi-site websites, you…
Google Chrome 66 introduced a new feature hoping to put an end to annoying autoplaying videos. It was meant to stop videos with audio from autoplaying. But it was massively ineffective - their…
WordPress 4.4 introduced a new feature for the WYSIWYG editor (TinyMCE) - auto-embedding of URL's added to the editor content. With this feature URL's for approved websites added to the content will…
wp-login, also known as "The Login Form" is the standard place where authentication is handled on WordPress websites. It's the screen users see and interact with when registering, logging in…
The steps below show how to make Google Chrome remember the tabs you have open when it is closed, so that when you open it again the tabs are restored.…
When logged into Google Chrome all passwords saved from the browser are saved to the passwords.google.com website From this website you can log in, view which websites have saved passwords,…