mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed array_push;
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user