dvadf
File manager - Edit - /home/centroca/public_html/wp/wp-content/plugins/elementor/modules/atomic-widgets/styles/grid-track-renderer.php
Back
<?php namespace Elementor\Modules\AtomicWidgets\Styles; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Grid_Track_Renderer { public const GRID_TRACK_PROPERTIES = [ 'grid-template-columns', 'grid-template-rows' ]; public static function is_grid_track_property( ?string $css_property ): bool { return in_array( $css_property, self::GRID_TRACK_PROPERTIES, true ); } public static function format_repeat( int $count ): ?string { if ( $count < 1 ) { return null; } return "repeat({$count}, 1fr)"; } }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings