We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe4e26 commit 10a873aCopy full SHA for 10a873a
includes/emails/class-wc-email.php
@@ -190,22 +190,6 @@ class WC_Email extends WC_Settings_API {
190
*/
191
protected $placeholders = array();
192
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
205
206
207
- public $replace = array();
208
209
/**
210
* Constructor.
211
0 commit comments