Fix settings array filters
This commit is contained in:
@@ -36,7 +36,7 @@ class SP_Settings_Teams extends SP_Settings_Page {
|
||||
*/
|
||||
public function get_settings() {
|
||||
|
||||
return apply_filters( 'sportspress_event_settings', array(
|
||||
return apply_filters( 'sportspress_team_settings', array(
|
||||
|
||||
array( 'title' => __( 'Team Options', 'sportspress' ), 'type' => 'title','desc' => '', 'id' => 'team_options' ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user