Allow shortcode in variable_description
-
Sir, very thanks for the plugin.
Is there a way to allow any shortcode at variable_description field?Below snippet doesn`t work for me.
add_filter( 'woocommerce_available_variation', 'handsome_bearded_guy_variation_description', 10, 1 ); function handsome_bearded_guy_variation_description( $variation ) { $variation['variation_description'] = do_shortcode( $variation['variation_description'] ); return $variation; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Allow shortcode in variable_description’ is closed to new replies.