Won't install on vanilla 3.8
-
This code all over the place:
‘ . $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 ‘Won't install on vanilla 3.8’ is closed to new replies.