Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created February 24, 2026 09:05
Show Gist options
  • Select an option

  • Save plugin-republic/19dc94336630056dc396b7b219d148b7 to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/19dc94336630056dc396b7b219d148b7 to your computer and use it in GitHub Desktop.
<?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