Skip to content

Commit

Permalink
Pro categorized
Browse files Browse the repository at this point in the history
  • Loading branch information
deepench committed Nov 20, 2024
1 parent 3844b99 commit 90358b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ public function enqueue_customize_control_scripts() {
'panelTitle' => esc_html__( 'Everest Forms – Styles', 'everest-forms' ),
'panelDescription' => esc_html__( 'Everest Forms – Styles Customizer allows you to preview changes and customize any form elements.', 'everest-forms' ),
'templates' => self::get_templates(),
'is_pro' => defined( 'EFP_PLUGIN_FILE' ) ? true : false,
'ajax_url' => admin_url( 'admin-ajax.php' ),
'save_nonce' => wp_create_nonce( 'save_template' ),
'delete_nonce' => wp_create_nonce( 'delete_template' ),
Expand Down

0 comments on commit 90358b9

Please sign in to comment.