Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    add_filter( 'wcfm_product_manage_fields_content', function( $content_fields, $product_id, $product_type ) {
    	if( isset ( $content_fields['excerpt'] ) ) {
    		$content_fields['excerpt']['media_buttons'] = false;
    	}
    	return $content_fields;
    }, 50, 3 );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin – https://www.ads-software.com/plugins/code-snippets/

Viewing 1 replies (of 1 total)
  • The topic ‘Hide “Add Media in only Short Description’ is closed to new replies.