type = 'Html_Rule_Is_Renewal'; $this->defaults = array( 'default_value' => '', 'class' => '', 'placeholder' => '', ); } public function render( $field, $value = null ) { _e( 'This Page will show on orders that are renewals.', 'woo-thank-you-page-nextmove-lite' ); } }