Skip to content

Commit

Permalink
Clear services cache while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Dec 12, 2024
1 parent 9ef8b4c commit 19726a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) );
}

/**
Expand Down

0 comments on commit 19726a5

Please sign in to comment.