Vladimir’s WordPress Forum


 
Current User: Guest
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Issues with other plugins …not rendering

Add a New Topic Reply to Post
UserPost

10:48
18 December, 2011


Andy

Guest

In the nev 4.* version, these where replaced:
add_filter( 'the_content', array( $this, 'check' ), 100 );
add_filter( 'the_excerpt', array( $this, 'check_excerpt' ), 100 );
with:
add_filter( 'the_content', array( $this, 'check' ), 5);
add_filter( 'the_excerpt', array( $this, 'check_excerpt' ), 5);

and this brakes compatibility with some other plugins.

Is this change made to be able to render http:// videos (without httpv://)

Best …,
Andy

Reply to Post

Reply to Topic:
Issues with other plugins …not rendering

Guest Name (Required):

Guest Email (Required):

HTML Editor
Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
6 + 4