Created
February 24, 2026 09:05
-
-
Save plugin-republic/19dc94336630056dc396b7b219d148b7 to your computer and use it in GitHub Desktop.
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 | |
| /** | |
| * Set migration to done for Dynamic Pricing and Discount Rules | |
| */ | |
| add_filter( 'wcfad_assume_migration_done', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment