Revert "Always load player assignments and rename post meta"
This reverts commit 427b18052d.
This commit is contained in:
@@ -115,7 +115,7 @@ class SP_Player_List extends SP_Secondary_Post {
|
||||
if ( !empty( $assignments ) ) {
|
||||
$args['meta_query'] = array(
|
||||
array(
|
||||
'key' => 'sp_assignments',
|
||||
'key' => 'sp_player_assignments',
|
||||
'value' => $assignments,
|
||||
'compare' => 'IN'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user