Skip to content

Commit 10a873a

Browse files
committed
Remove find/replace definition
1 parent cbe4e26 commit 10a873a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

includes/emails/class-wc-email.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,22 +190,6 @@ class WC_Email extends WC_Settings_API {
190190
*/
191191
protected $placeholders = array();
192192

193-
/**
194-
* Strings to find in subjects/headings.
195-
*
196-
* @deprecated 3.2.0 in favour of placeholders
197-
* @var array
198-
*/
199-
public $find = array();
200-
201-
/**
202-
* Strings to replace in subjects/headings.
203-
*
204-
* @deprecated 3.2.0 in favour of placeholders
205-
* @var array
206-
*/
207-
public $replace = array();
208-
209193
/**
210194
* Constructor.
211195
*/

0 commit comments

Comments
 (0)