Hi there
I wanna get rid of the text and link under my comment field. The text goes Powered by WP-Hashcash.
Is there a way to make a donation and then remove it?
Hi there
I wanna get rid of the text and link under my comment field. The text goes Powered by WP-Hashcash.
Is there a way to make a donation and then remove it?
Go to: plugins/wp-hashcash/wp-hashcash.php
Comment out: Line 533
`echo '<div><input type="hidden" id="wphc_value" name="wphc_value" value=""/></div>';
//echo '<p>' . __('Powered by', 'wp-hashcash') . ' WP Hashcash</p>';
echo '<noscript><div><small>WordPress Hashcash needs javascript to work, but your browser has javascript disabled. Your comment will be '.$verb.'!</small></div></noscript>';`
Be nice to have this as an option. I'm not fond of plugins that self-advertise.
FYI, per http://wordpress.org/extend/plugins/about/
There are only a few restrictions
[...]
The plugin must not embed external links on the public site (like a "powered by" link) without explicitly asking the user's permission.
The powered by slug should be removed OR moved to a checkbox in order to remain in plugin compliance.
The latest version doesn't have these links now.
This topic has been closed to new replies.