From 533a92cb0bfa1c732ee1929a2e7c2aec4913f65d Mon Sep 17 00:00:00 2001 From: Manzoor Wani Date: Wed, 11 Dec 2024 18:35:35 +0530 Subject: [PATCH] Clear services cache while testing --- projects/packages/publicize/src/class-publicize-script-data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/packages/publicize/src/class-publicize-script-data.php b/projects/packages/publicize/src/class-publicize-script-data.php index cb663e2c7d2bf..f7defe43ab7de 100644 --- a/projects/packages/publicize/src/class-publicize-script-data.php +++ b/projects/packages/publicize/src/class-publicize-script-data.php @@ -222,7 +222,7 @@ public static function get_shares_data() { * @return array List of supported Publicize services. */ public static function get_supported_services() { - return Services::get_all(); + return Services::get_all( array( 'clear_cache' => true ) ); } /**