Skip to content

Commit

Permalink
add kit ids [TMZ-175]
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Nov 25, 2024
1 parent e5e8344 commit 03ee854
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion modules/admin/classes/rest/onboarding-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ class Onboarding_Settings {

public function __construct() {

$this->kits_ids = apply_filters( 'hello-plus-kits', [ '673da3942580a31cc679737b' ] );
$this->kits_ids = apply_filters( 'hello-plus-kits', [
'673da3942580a31cc679737b',
'67446ce1bda2e2012a73bbcc',
'67434de5bb2d4185550be7ab',
'67446d1dbda2e2012a73bbdd',
'67446d3d7f31e7099cc64eae',
'67446d627f817bb8debfa451',
'67434559a5a0ed6d7a3fd0ac',
'67446da5bda2e2012a73bbf3',
'67446dc87f817bb8debfa469',
] );

add_action(
'rest_api_init',
Expand Down

0 comments on commit 03ee854

Please sign in to comment.