Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created November 5, 2024 13:33
Show Gist options
  • Save plugin-republic/518da9583a5fb0712540d8def1ca7229 to your computer and use it in GitHub Desktop.
Save plugin-republic/518da9583a5fb0712540d8def1ca7229 to your computer and use it in GitHub Desktop.
<?php
/**
* Ensure that products with user ID permissions override any global settings
*/
add_filter( 'wcmo_always_show_user_products', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment