Wildcard Usage:* matches any number of characters% matches exactly one character
Vladimir's WordPress Forum Smart Youtube Issues with other plugins …not rendering
Issues with other plugins …not rendering
10:4818 December, 2011
Andy
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
Guest Name (Required):
Guest Email (Required):
Guest URL (required)
Math Required! What is the sum of: 6 + 4
Vladimir’s WordPress Forum
Issues with other plugins …not rendering
10:48
18 December, 2011
Andy
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