mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-07-16 09:08:38 +08:00
1 line
91 B
Text
1 line
91 B
Text
add_filter( 'learndash_woocommerce_registration_required', function() { return false; } );
|