element_id = $id; } /** * Get Condition Element ID * Returns the previously set element id * @return string * @since 5.3.0 */ protected function get_element_id() { return $this->element_id; } }