Created
November 1, 2018 16:51
-
-
Save ronalfy/1d6ec00270b628db7798a46ac1453bce to your computer and use it in GitHub Desktop.
Overriding Lock Filter in EUM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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