Tim Kaye
Tim Kaye
Some websites on which I'd like to take notes disable right-click. Is it possible to add the ability to create a note from the menu accessible via Tools - FloatNotes?
Login and Registration: Check if `$_GET['login']` is set before using it in `wp-login.php`. This avoids an "Undefined index" PHP notice displayed as part of password reset process if `$_GET['key']` is...
Deprecated in PHP8.1: ltrim(): Passing null to parameter #1 ($string) of type string is deprecated
`ltrim(): Passing null to parameter #1 ($string) of type string is deprecated` Just noting it here so that it is not missed or forgotten. I don't know whether there's a...
`trim(): Passing null to parameter #1 ($string) of type string is deprecated` Just noting it here so that it is not missed or forgotten. I don't know whether there's a...
This is a really useful plugin! Thanks! I had an issue recently where some users could not login, but others could. It turned out that all those who could not...
I understand that Comet Cache sensibly limits the lifetime of a cache that includes a nonce for the following reason (explained in #793): > Ensure the cache file that contains...
## Description Backport of Changeset [47856](https://core.trac.wordpress.org/changeset/47856): Posts, Post Types: Pass the post object to the delete_attachment action. Follows PR #805 ## Motivation and context Also add the missing `$post` parameter...
## Description Backports changeset [47582](https://core.trac.wordpress.org/changeset/47582): Posts, Post Types: Pass the post object to the before_delete_post, delete_post, deleted_post, and after_delete_post actions. ## Motivation and context From [Trac](https://core.trac.wordpress.org/ticket/30940): When using `wp_delete_post()`, four...
I have been trying out this plugin and, so far as use by a logged-in user is concerned, I am very impressed. But for logged-out users, it looks like you...
I know that s2Member already makes it possible to add a captcha to forms, but many users don't like captchas, and they can be defeated. A popular and highly effective...