Characters of Unexpected Output
-
Sounds like this is exactly what I need for my site but when I installed it and activated it I get a bunch of PHP code and an error from WordPress about unexpected output.
post_content); echo ' ' . $post->post_title . ' ' . $content; } exit(0); } else { // return posts as-is return $a; } } } } if (class_exists('BetancourtAjaxContent')) { $betancourt_ajax_content_plugin = new BetancourtAjaxContent(); } // action and filters if (isset($betancourt_ajax_content_plugin)) { add_action('the_posts', array(&$betancourt_ajax_content_plugin, 'detect'), 0); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Characters of Unexpected Output’ is closed to new replies.