[wp-trac] [WordPress Trac] #16309: add_filter('the_content', 'myfunction') doesn't work when multi site.
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 19 20:17:44 UTC 2011
#16309: add_filter('the_content', 'myfunction') doesn't work when multi site.
--------------------------+----------------------
Reporter: matsubobo | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Plugins | Version: 3.1
Severity: minor | Resolution: invalid
Keywords: add_filter |
--------------------------+----------------------
Comment (by matsubobo):
I found a solution.
Some other plugin removes my original filter so I set high priority.
{{{
add_filter('the_content', 'cyta_modify', -10000);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16309#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list