Server IP : 192.64.112.168 / Your IP : 3.17.78.184 Web Server : Apache System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : expressoneac ( 1128) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/expressoneac/www/wp-content/themes/woodmart/inc/admin/setup-wizard/templates/ |
Upload File : |
<?php /** * Page builder template. * * @package woodmart */ ?> <div class="xts-wizard-content-inner xts-wizard-page-builder"> <h3> <?php esc_html_e( 'Page builder plugin', 'woodmart' ); ?> </h3> <p> <?php esc_html_e( 'Choose one of the page builder plugins', 'woodmart' ); ?> </p> <div class="xts-wizard-builder-select"> <div class="xts-wizard-elementor xts-active" data-builder="elementor"> <div class="xts-page-builder-img"> <img src="<?php echo esc_url( $this->get_image_url( 'elementor-builder.svg' ) ); ?>" alt="elementor logo"> </div> <div class="xts-page-builder-title"> <?php esc_attr_e( 'Elementor', 'woodmart' ); ?> </div> <p> <?php esc_attr_e( 'The World\'s Leading WordPress Website Builder', 'woodmart' ); ?> </p> </div> <span> <?php esc_attr_e( 'OR', 'woodmart' ); ?> </span> <div class="xts-wizard-wpb" data-builder="wpb"> <div class="xts-page-builder-img"> <img src="<?php echo esc_url( $this->get_image_url( 'wpb.svg' ) ); ?>" alt="wpb logo"> </div> <div class="xts-page-builder-title"> <?php esc_attr_e( 'WPBakery', 'woodmart' ); ?> </div> <p> <?php esc_attr_e( 'WPBakery Page Builder plugin for WordPress', 'woodmart' ); ?> </p> </div> </div> </div> <div class="xts-wizard-footer"> <?php $this->get_prev_button( 'child-theme' ); ?> <?php $this->get_next_button( 'plugins', 'elementor' ); ?> <?php $this->get_next_button( 'plugins', 'wpb' ); ?> </div>