From d0e948d3f5efb175cf46e54877c8bbf333b3ea8f Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Mon, 9 Sep 2024 12:10:01 +0530 Subject: [PATCH] Update Patterns.php --- includes/Patterns.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Patterns.php b/includes/Patterns.php index 47ce075..564aa19 100644 --- a/includes/Patterns.php +++ b/includes/Patterns.php @@ -46,6 +46,7 @@ public static function get_custom_post_patterns() { array( 'text-1', 'text-7', 'text-16', 'text-12' ), array( 'text-32' ), array( 'text-28', 'text-7', 'text-5', 'text-23' ), + array( 'text-2', 'text-8', 'text-40' ), ); return $custom_post_patterns; }