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 ); } }