where is the length of short description?

edited May 26 in WooCommerce

I am not able to find the length of the excerpt, I want to increase it but i cant find it, and neither are snippets working:



// Sobrescribe la descripción corta para mostrarla completa en la página de producto

remove_all_filters('woocommerce_short_description');

add_filter('woocommerce_short_description', function($description) {

return get_post_field('post_excerpt', get_the_ID());

});

Comments

Sign In or Register to comment.