芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php
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 ); } }