Plugin Directory

Changeset 3187444


Ignore:
Timestamp:
11/13/2024 11:45:16 AM (14 months ago)
Author:
nicdark
Message:

edit files for dev and latest version

Location:
nd-shortcodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nd-shortcodes/tags/7.7/inc/settings/import-elementor/index.php

    r3187286 r3187444  
    547547                  $nd_options_theme_name = wp_get_theme();
    548548                  $nd_options_theme_name = $nd_options_theme_name->get('TextDomain');
     549               
     550                  update_option( 'nicdark_type_demo', 1 );
    549551
    550552                  //start if is love travel for new import
     
    638640                  }
    639641
     642              }else{
     643
     644                //plugins are not installed
     645                update_option( 'nicdark_type_demo', 2 );
     646
    640647              }
    641648
     
    649656            /*START ONLY IF THE DEMO SELECTED DON'T NEED ELEMENTOR PRO AND HAS 2 AS VALUE*/
    650657            if ( $nd_options_elementorpro == 2 ) {
    651 
    652658           
    653659              $nd_options_step_demo_3 .= '
  • nd-shortcodes/trunk/inc/settings/import-elementor/index.php

    r3187286 r3187444  
    547547                  $nd_options_theme_name = wp_get_theme();
    548548                  $nd_options_theme_name = $nd_options_theme_name->get('TextDomain');
     549               
     550                  update_option( 'nicdark_type_demo', 1 );
    549551
    550552                  //start if is love travel for new import
     
    638640                  }
    639641
     642              }else{
     643
     644                //plugins are not installed
     645                update_option( 'nicdark_type_demo', 2 );
     646
    640647              }
    641648
     
    649656            /*START ONLY IF THE DEMO SELECTED DON'T NEED ELEMENTOR PRO AND HAS 2 AS VALUE*/
    650657            if ( $nd_options_elementorpro == 2 ) {
    651 
    652658           
    653659              $nd_options_step_demo_3 .= '
Note: See TracChangeset for help on using the changeset viewer.