/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/loop-builder/files/css
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 );
}
}