Viewing 3 replies - 1 through 3 (of 3 total)
  • I have only 16 characters and (…)

    Insert this code in your functions.php
    As a default we have 30 characters.
    Set needed limit. (Change 60 as you want).

    add_filter(“vsz_display_character_count”,”vsz_display_character_count_callback”,10,1);
    function vsz_display_character_count_callback($count){
    // Your custom coding here

    return 60;
    }

    Thread Starter calle81

    (@calle81)

    @alexasturia Thanks!! It’s perfect ?? !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show all the text in the cells?’ is closed to new replies.