Changeset 2482210
- Timestamp:
- 02/26/2021 01:49:30 PM (5 years ago)
- Location:
- miqid-elementor/trunk
- Files:
-
- 3 edited
-
miqid-elementor.php (modified) (2 diffs)
-
readme.md (modified) (1 diff)
-
widget/input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
miqid-elementor/trunk/miqid-elementor.php
r2480511 r2482210 4 4 * Plugin Name: MIQID-Elementor 5 5 * Description: MIQID-Elementor extend Elementor with MIQID data. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 24 24 25 25 class Elementor { 26 const VERSION = "1.6 ";26 const VERSION = "1.6.1"; 27 27 const MINIMUM_ELEMENTOR_VERSION = "2.0.0"; 28 28 const MINIMUM_PHP_VERSION = "7.2"; -
miqid-elementor/trunk/readme.md
r2480511 r2482210 4 4 Tested up to: 5.6 5 5 Requires PHP: 7.2 6 Stable tag: 1.6. 06 Stable tag: 1.6.1 7 7 License: GPL v3 or later 8 8 -
miqid-elementor/trunk/widget/input.php
r2480511 r2482210 275 275 $this->add_render_attribute( 'input', 'type', $type ); 276 276 $this->add_render_attribute( 'input', 'name', sprintf( '[%s]', implode( '][', $field ) ) ); 277 $value = do_shortcode( sprintf( '[miqid-%s fields="%s"]', mb_strtolower( array_shift( $ miqid ) ), array_shift( $miqid ) ) );277 $value = do_shortcode( sprintf( '[miqid-%s fields="%s"]', mb_strtolower( array_shift( $field ) ), array_shift( $field ) ) ); 278 278 $this->add_render_attribute( 'input', 'value', $value ); 279 279
Note: See TracChangeset
for help on using the changeset viewer.