bbp_sanitize_anonymous_post_author

bbp_sanitize_anonymous_post_author

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_sanitize_anonymous_post_author') is found 1 times:

  • /includes/common/functions.php line 608
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
            }
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_sanitize_anonymous_post_author', $r, $anonymous_data );
    }
     
    /**
     * Update the relevant meta-data for an anonymous post author
     *
     * @since 2.6.0 bbPress (r6400)