Forums

Post and Comment Censor (2 posts)

  1. digitaldave2
    Member
    Posted 7 years ago #

    Does anyone know if there are any plugins for censoring the post and comment posts? I'll i'm looking to do is find something that will censor fuc* to f***. Anything out there?

  2. Kafkaesqui

    Posted 7 years ago #

    http://elliottback.com/wp/archives/2004/12/01/polite-ifier-wp-plugin/

    Intended for comments, but easily modded for post content as well...in the plugin's file (polite-ifier.php) look for the add_filter() lines at the bottom:

    add_filter('comment_author', 'politeify', 19);

    Just add these after the existing ones:

    add_filter('the_content', 'politeify', 19);
    add_filter('the_excerpt', 'politeify', 19);
    add_filter('the_content_rss', 'politeify', 19);
    add_filter('the_excerpt_rss', 'politeify', 19);

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.