Created
May 1, 2025 11:03
-
-
Save plugin-republic/59484e39e4995ae72cf72e86e9a07d39 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 | |
// Ignore categories with override disabled | |
add_filter( 'wcmo_ignore_disabled_category_rules', '__return_false' ); | |
// Enable the 'Update data' prompt again | |
add_filter( 'wcmo_update_done', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment