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
@@ -1390,4 +1395,30 @@ private function get_prefix_for_menu_item() {
1390
1395
1391
1396
return$prefix;
1392
1397
}
1398
+
1399
+
/**
1400
+
* Add Black Friday data.
1401
+
*
1402
+
* @param array $configs The configuration array for the loaded products.
1403
+
*
1404
+
* @return array
1405
+
*/
1406
+
publicfunctionadd_black_friday_data( $configs ) {
1407
+
$config = $configs['default'];
1408
+
1409
+
// translators: %1$s - plugin name, %2$s - HTML tag, %3$s - discount, %4$s - HTML tag, %5$s - company name.
1410
+
$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.', 'templates-patterns-collection' );
0 commit comments