Plugins somehow disappear from plugin manager
-
I installed the below code and my plugins (had about 10 plugins) are no longer showing up in the plugin manager. I checked cpanel and the plugins are all still installed.
I took the code out and still nothing showing up. I tried to install a completely new plugin and it still doesn’t work.
function after_post_stuff() {
if(is_single()) { ?>
<p>&title=<?php urlencode(the_title()); ?>”><img src=”https://cdn.stumble-upon.com/images/120x20_su_white.gif” alt=”” />Stumble It!</p>
<?php
similar_posts();
}
}
add_action(‘thesis_hook_after_post’, ‘after_post_stuff’);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugins somehow disappear from plugin manager’ is closed to new replies.