- fixed array_push;

This commit is contained in:
Nikita Sinelnikov
2021-07-23 14:19:34 +03:00
parent 2b115b89c7
commit f5f2f8b924
+1 -1
View File
@@ -1175,7 +1175,7 @@ if ( ! class_exists( 'um\core\Access' ) ) {
);
if ( ! empty( $posts ) ) {
array_push( $exclude_posts, $posts );
$exclude_posts = array_merge( $exclude_posts, $posts );
}
}