AnsPress_Notification_Query::prefetch_actors()
Description #
Prefetch actors user object.
Source #
File: addons/free/notification/query.php
public function prefetch_actors() {
if ( empty( $this->ids['user'] ) ) {
return;
}
ap_post_author_pre_fetch( $this->ids['user'] );
}
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:164
Add your comment