ap_get_reputation_events()

Description #

Get all reputation events.

Source #

File: includes/reputation.php

166
167
168
169
170
171
172
function ap_get_reputation_events() {
    if ( ! empty( anspress()->reputation_events ) ) {
        do_action( 'ap_reputation_events' );
    }
 
    return anspress()->reputation_events;
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment