You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1292,5 +1296,31 @@ public function add_inline_global_style() {
1292
1296
</style>
1293
1297
<?php
1294
1298
}
1299
+
1300
+
/**
1301
+
* Add Black Friday data.
1302
+
*
1303
+
* @param array $configs The configuration array for the loaded products.
1304
+
*
1305
+
* @return array
1306
+
*/
1307
+
publicfunctionadd_black_friday_data( $configs ) {
1308
+
$config = $configs['default'];
1309
+
1310
+
// translators: %1$s - plugin namce, %2$s - HTML tag, %3$s - discount, %4$s - HTML tag, %5$s - company name.
1311
+
$message_template = __( 'Brought to you by the team behind %1$s— our biggest sale of the year is here: %2$sup to %3$s OFF%4$s on premium products from %5$s! Limited-time only.', 'wp-maintenance-mode' );
0 commit comments