t5-libraries
t5-libraries copied to clipboard
Library of WordPress development classes.
``` php return wp_verify_nonce( $_REQUEST[ $this->name ], $this->action ); ``` @toscho Don't you need to verify if `$_REQUEST[ $this->name ]` is set?
We could look into the file header of a plugin or theme and prevent auto-updates if there is a header ``` Auto-Update: true ``` See [this topic on WordPress Stack...
When media uploads are enabled in the [AJAX Editor](https://github.com/toscho/t5-libraries/blob/master/Core/Forms/Ajax_Editor.php), the upload button is visible, but clicking it raises just an error: ``` Uncaught exception: TypeError: Cannot convert 'n' to object...
A composer.json would be useful, the only part that may need investigation is tieing in the autoloader