/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/loop-builder/files/css
NameSizeModeActions
loop-css-trait.php49450644editdlrm
loop-dynamic-css.php5180644editdlrm
loop-preview.php4480644editdlrm
loop.php11590644editdlrm
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php (1159B)
post_id; } /** * Loop CSS file constructor. * * Initializing the CSS file of the loop widget. Set the post ID and initiate the stylesheet. * * @since 1.2.0 * @access public * * @param int $post_id Post ID. */ public function __construct( $loop_template_id ) { $this->post_id = $loop_template_id; parent::__construct( $loop_template_id ); } }