Add offense and defense support to lazy loading

This commit is contained in:
Brian Miyaji
2016-02-17 20:09:45 +11:00
parent a4cbfafbe2
commit 29f2f38eae
2 changed files with 70 additions and 19 deletions

View File

@@ -90,6 +90,8 @@ class SportsPress_Lazy_Loading {
$data['players'] = $players;
$data['staff'] = $staff;
$data['sections'] = get_option( 'sportspress_event_performance_sections', -1 );
wp_send_json_success( $data );
}