You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* turn off NonceVerification
* verify nonce when ids are in params
* remove variable instance for parameter
* use core check_ajax_referer instead of inherited
* use filter_has_var to not access superglobal $_GET.
* ignore nonce verification due to limitation of phpcs
* add nonce check and modernize js
* add core nonce check
* use core nonce check
* remove unused ajax_referer on base
* early return when possible
* return early on image_sizes_notice
* handle error
* camelcase
* move pagebuilder check to picture and allow test to override behaviour
* format
* still render details when nonce is invalid
* format and typo
* format
0 commit comments