Created
August 13, 2025 18:08
-
-
Save imath/53b7404ffe009f73f87cdea9008d9ff9 to your computer and use it in GitHub Desktop.
Filter hook to enable the Retraceur Cœur 1 click upgrade during 2.0.0 betatests.
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 | |
/** | |
* Filter hook to enable the Retraceur Cœur 1 click upgrade during 2.0.0 betatests. | |
* | |
* You can use a `/wp-content/mu-plugins/index.php` file to always run this code into your Retraceur instance. | |
*/ | |
add_filter( 'retraceur_betatest_direct_updates', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment