Pearl Theme for Magento 2 Open Source. Essential Pack.

Comments

2 comments

  • Official comment
    Avatar
    Support

    Thanks for the report and suggestion! We'll get the report up to the dev team and see about getting it fixed in a future theme/extension update.

    Comment actions Permalink
  • Avatar
    Eduard

    Hi,

    try this:

    Line 261 replace:

    - if (str_word_count($text, 0) > $limit ) {

    + if (str_word_count($text ?? '', 0) > $limit ) {

    Regards

    Eduard

    0
    Comment actions Permalink

Please sign in to leave a comment.