Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/02/2012 08:48:59 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Akismet

  • Allow $post_data to be manipulated in BBP_Akismet::check_post().
  • This opens the door to overriding the Akismet result based on any other criteria later (for third party plugins.)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-extend-akismet.php

    r3830 r3939  
    159159        // Store the data as submitted
    160160        $post_data['bbp_post_as_submitted'] = $_post;
     161
     162        // Allow post_data to be manipulated
     163        do_action_ref_array( 'bbp_akismet_check_post', $post_data );
    161164
    162165        // Spam
Note: See TracChangeset for help on using the changeset viewer.