Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save plugin-republic/59484e39e4995ae72cf72e86e9a07d39 to your computer and use it in GitHub Desktop.
Save plugin-republic/59484e39e4995ae72cf72e86e9a07d39 to your computer and use it in GitHub Desktop.
<?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