Truncate "the_content" to an element.
-
Example:
Heres the_content so far:<object width="560" height="315"> <param name="movie" value="https://www.youtube.com/v/JaQtWg6bifw?fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="https://www.youtube.com/v/JaQtWg6bifw?fs=1&rel=0" type="application/x-shockwave-flash" width="560" height="315" allowfullscreen="true"></embed> </object> <img alt="The Atheist Experience Episode #766: Viewer Calls" src="https://www.axpweekly.com/wp-content/uploads/2012/06/20180_the_atheist_experience_default.jpg" /> Episode #766: Viewer Calls WEBSITE: www.axpweekly.com
I want to truncate to just the object:
<object width="560" height="315"> <param name="movie" value="https://www.youtube.com/v/JaQtWg6bifw?fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="https://www.youtube.com/v/JaQtWg6bifw?fs=1&rel=0" type="application/x-shockwave-flash" width="560" height="315" allowfullscreen="true"></embed> </object>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Truncate "the_content" to an element.’ is closed to new replies.