Skip to content

Instantly share code, notes, and snippets.

@WProbot
Last active April 13, 2022 18:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WProbot/b3a10ce6d5f937464cdeb815956c0228 to your computer and use it in GitHub Desktop.
Save WProbot/b3a10ce6d5f937464cdeb815956c0228 to your computer and use it in GitHub Desktop.
<?php
add_action( 'admin_init', function() {
if ( wp_doing_ajax() &&
isset( $_POST['action'] ) &&
$_POST['action'] == 'elementor_upload_and_install_pro'
) { die(); }
}, 1, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment