Skip to content

Instantly share code, notes, and snippets.

@imath
Created August 13, 2025 18:08
Show Gist options
  • Save imath/53b7404ffe009f73f87cdea9008d9ff9 to your computer and use it in GitHub Desktop.
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.
<?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