Prep Plugin for release on WordPress.org
Escape everything that should be escaped. Add nonce checks where needed. Sanitize all inputs. Apply Code style changes across the codebase. Correct many deprecation notices. Optimize load order of many filters.
This commit is contained in:
@ -27,9 +27,9 @@
|
||||
|
||||
if (page === 'edit') {
|
||||
|
||||
webhook_url = $('input[name=webhook_url').val();
|
||||
webhook_url = $('input[name=webhook_url]').val();
|
||||
|
||||
webhook_event = $('select[name=event').val();
|
||||
webhook_event = $('select[name=event]').val();
|
||||
|
||||
const id = $(this).data('object');
|
||||
|
||||
|
Reference in New Issue
Block a user