We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nopaging
1 parent db84672 commit 24c5349Copy full SHA for 24c5349
includes/collection/class-interactions.php
@@ -150,6 +150,7 @@ function() {
150
*/
151
public static function get_interaction_by_id( $url ) {
152
$args = array(
153
+ 'nopaging' => true,
154
// phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query
155
'meta_query' => array(
156
'relation' => 'AND',
@@ -191,6 +192,7 @@ public static function get_interactions_by_actor( $actor ) {
191
192
}
193
194
195
196
'author_url' => $actor,
197
198
0 commit comments