Notifications::prefetch_actors()

Description #

Prefetch actors user object.

Source #

File: addons/notifications/query.php

162
163
164
165
166
167
168
public function prefetch_actors() {
    if ( empty( $this->ids['user'] ) ) {
        return;
    }
 
    ap_post_author_pre_fetch( $this->ids['user'] );
}

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