Ivan

Results 4 issues of Ivan

Allow for whitelisting / blacklisting of meta keys e.g. blacklisting: add_filter( 'wp_post_revision_meta_keys', function( $keys ) { return array_diff( $keys, array( 'foo', 'bar', '_edit_last', '_edit_lock', '_encloseme', '_pingme', )}); This is a...

I'm looking through the React documentation, and it reads more like: Here are some terms related to React that you should further research, rather than here are some DOs and...

Enhancement
Discussion Needed

Improve nonce documentation to include replay attacks, and an example of nonce tied to an action (as per code example) and a nonce tied to an action tied to a...

Enhancement

From [https://wordpress.org/support/topic/requiring-users-to-input-code-prior-to-saving/](wp support forums) Require a user to prove they've setup the mfa correctly by entering the authenticator code before enabling it for their account.