• RichTWebGuy

    (@richtwebguy)


    I realize in some cases the snippet content could be very long, but I think a column, on the PS admin page, which shows the snippet content is very useful.

    Its rather easy and processing it as shown below, in function column_default, keeps it under control

    $content = nl2br2 (htmlspecialchars ($item[ $column_name]));
    $content = mb_strimwidth($content, 0, 200, " ...");

    My nl2br2 is just

    str_replace (array ("\r\n", "\r", "\n"), "[BR]", $string);
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hello @richtwebguy,

    Thanks for contacting us,

    I hope you are doing well, We’ve informed our technical team about your issue, and they will work on it promptly. When we receive their response, we will get back to you. Our team is here to assist you. Thank you for your patience.

    Thanks & Regards
    WP Experts Support Team

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hello @richtwebguy,

    Thanks for your suggestion. You have given such a good approach. We appreciate you. Our development team is looking into this for the next release.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.