Plugin / Comment Blacklist Manager

Andrew Norcross

Frequently Asked Questions (FAQ)

Upload the comment-blacklist-manager folder to the /wp-content/plugins/ directory or install from the dashboard Activate the plugin through the ‘Plugins’ menu in WordPress Add any terms to the exclusions list under the main “Discussions” settings area Add any additional terms in the new “Local Blacklist” field
The list is managed by Grant Hutchinson on GitHub
Sure can. Use the filter cblm_sources to add different source URLs. to replace the sources completely add_filter( 'cblm_sources', 'rkv_cblm_replace_blacklist_sources' ); function rkv_cblm_replace_blacklist_sources( $list ) { return array( 'http://example.com/blacklist-1.txt' 'http://example.com/blacklist-2.txt' ); } to add a new item to the existing sources add_filter( 'cblm_sources', 'rkv_cblm_add_blacklist_source' ); function rkv_cblm_add_blacklist_source( $list ) { $list[] = 'http://example.com/blacklist-a.txt'; return $list; } The plugin expects the blacklist data to be a plain text format with each entry on it’s own line. If the source is provided in a different format (a JSON feed or serialized array) then you will need to run the result through cblm_parse_data_result, which passes through the data and the source URL.
Yep. Use the filter cblm_update_schedule to add a new URL. add_filter( 'cblm_update_schedule', 'rkv_cblm_custom_schedule' ); function rkv_cblm_custom_schedule( $time ) { return DAY_IN_SECONDS; } The return should be provided using the time contstants in transients

Ratings

4.4
5 reviews

Rating breakdown

Details Information

Version

1.0.0

First Released

20 May, 2014

Total Downloads

3,540

Wordpress Version

3.7 or higher

Tested up to:

4.9.12

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.