From 604ff9f034957dfcf571d200d1dc4e7cb602d6d4 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Wed, 18 Dec 2024 19:14:45 +0200 Subject: [PATCH] Link to the original filter documentation to avoid repetition --- class-two-factor-core.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/class-two-factor-core.php b/class-two-factor-core.php index a0a0fb59..c9916d8f 100644 --- a/class-two-factor-core.php +++ b/class-two-factor-core.php @@ -151,12 +151,7 @@ public static function uninstall() { $providers = self::get_default_providers(); - /** - * Include additional providers to be uninstalled. - * - * @param array $providers A key-value array where the key is the class name, and - * the value is the path to the file containing the class. - */ + /** This filter is documented in the get_providers() method */ $additional_providers = apply_filters( 'two_factor_providers', $providers ); // Merge them with the default providers.