bonny / WordPress-Simple-Fields

WordPress plugin that extend Custom Fields to include textareas, WYSIWYG-editor, files, attachments, well basically anything
http://wordpress.org/extend/plugins/simple-fields/
88 stars 23 forks source link

Debug output on the_excerpt() #71

Closed hjallehallin closed 11 years ago

bonny commented 11 years ago

Ah, when the_excerpt is being used, the_content-filter is also run = wierd stuff.

The problem is add_filter( 'get_the_excerpt', 'wp_trim_excerpt' ); and the function wp_trim_excerpt that uses filter the_content

solution: just change the prio so it's run after? or can we check that it's being called for the excerpt?