Jump to content

Recommended Posts

Posted (edited)

Hi
No success on forum unless I didn't have the good keywords...
I created a short sentence using $short = sanitizer()->truncate($person->content, 150);

But then I want to remove this sentence from the content. The usage is a accordion (clicking the sentence open the full text, but without repeating the same sentence again).
Thanks!
Mel

Edited by mel47
solved
Posted

Thanks, success!
For the sake of ulterior reference :

str_replace($short, '', $person->content);
  • Like 1
  • mel47 changed the title to Remove the truncated from the content [solved]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...