Skip to content

Instantly share code, notes, and snippets.

@ronalfy
Created November 1, 2018 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronalfy/1d6ec00270b628db7798a46ac1453bce to your computer and use it in GitHub Desktop.
Save ronalfy/1d6ec00270b628db7798a46ac1453bce to your computer and use it in GitHub Desktop.
Overriding Lock Filter in EUM
<?php
add_filter( 'eum_force_updates_disable_lock', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment