Created
November 5, 2024 13:33
-
-
Save plugin-republic/518da9583a5fb0712540d8def1ca7229 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 | |
/** | |
* 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