diff --git a/src/class-plugin.php b/src/class-plugin.php index 5ef23d7..31c47cb 100644 --- a/src/class-plugin.php +++ b/src/class-plugin.php @@ -135,7 +135,7 @@ private function get_allowed_spiders() { * * @return array */ - private function get_blocked_paths() { + private function get_allowed_paths() { /** * Filters the list of blocked paths. * @@ -155,7 +155,7 @@ private function get_blocked_paths() { * * @return array */ - private function get_allowed_paths() { + private function get_blocked_paths() { /** * Filters the list of allowed paths. *