Skip to content

Commit

Permalink
Add aiPreviewSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-vara committed Dec 7, 2023
1 parent 33b5275 commit fae6d5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ public static function runtime() {
'settings' => Preview::get_settings(),
'stepPreviewData' => Themes::step_preview_data(),
),
'aiPreviewSettings' => array(
'settings' => Preview::get_settings(),
'stepPreviewData' => Themes::step_preview_data(),
),
'currentUserDetails' => self::wp_current_user_details(),
);
}
Expand Down

0 comments on commit fae6d5c

Please sign in to comment.