diff --git a/templates/player-selector.php b/templates/player-selector.php index 43ed3608..26a8d723 100644 --- a/templates/player-selector.php +++ b/templates/player-selector.php @@ -54,6 +54,8 @@ if ( $team ): ); endif; +$args = apply_filters( 'sportspress_players_selector_args', $args ); + $players = get_posts( $args ); $options = array(); @@ -77,4 +79,4 @@ if ( sizeof( $options ) > 1 ):