the_content filter on the text
-
Hi,
this is not so good idea to use a filter named “the_content” which is in use by wordpress also.
Now I added something on the “the_content” filter, but it showed up on the image widget as well, because of the same filter name.This is the line in your files:
$output .= apply_filters( ‘the_content’, $instance[‘text’] );
You should use another name for it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘the_content filter on the text’ is closed to new replies.