Changes between Initial Version and Version 1 of Ticket #8726
- Timestamp:
- 08/07/2022 11:03:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8726 – Description
initial v1 4 4 here are the errors: 5 5 6 Deprecated: Return type of EM_DateTime::createFromFormat($format, $time, $timezone = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 3336 1) Deprecated: Return type of EM_DateTime::createFromFormat($format, $time, $timezone = null) in `events-manager`/classes/em-datetime.php on line 333 7 7 8 Deprecated: Return type of EM_DateTime::format($format = 'Y-m-d H:i:...') should either be compatible with DateTime::format(string $format): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 698 2) Deprecated: Return type of EM_DateTime::format($format = 'Y-m-d H:i:...') in `events-manager`/classes/em-datetime.php on line 69 9 9 10 Deprecated: Return type of EM_DateTime::modify($modify) should either be compatible with DateTime::modify(string $modifier): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 21410 3) Deprecated: Return type of EM_DateTime::modify($modify) in `events-manager`/classes/em-datetime.php on line 214 11 11 12 Deprecated: Return type of EM_DateTime::add($DateInterval) should either be compatible with DateTime::add(DateInterval $interval): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 22812 4) Deprecated: Return type of EM_DateTime::add($DateInterval) in `events-manager`/classes/em-datetime.php on line 228 13 13 14 Deprecated: Return type of EM_DateTime::sub($DateInterval) should either be compatible with DateTime::sub(DateInterval $interval): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 24614 5) Deprecated: Return type of EM_DateTime::sub($DateInterval) in `events-manager`/classes/em-datetime.php on line 246 15 15 16 Deprecated: Return type of EM_DateTime::getTimezone() should either be compatible with DateTime::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 28316 6) Deprecated: Return type of EM_DateTime::getTimezone() in `events-manager`/classes/em-datetime.php on line 283 17 17 18 Deprecated: Return type of EM_DateTime::setTimezone($timezone = false) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 16618 7) Deprecated: Return type of EM_DateTime::setTimezone($timezone = false) in `events-manager`/classes/em-datetime.php on line 166 19 19 20 Deprecated: Return type of EM_DateTime::setTime($hour, $minute, $second = null, $microseconds = null) should either be compatible with DateTime::setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 18120 8) Deprecated: Return type of EM_DateTime::setTime($hour, $minute, $second = null, $microseconds = null) in `events-manager`/classes/em-datetime.php on line 181 21 21 22 Deprecated: Return type of EM_DateTime::setDate($year, $month, $day) should either be compatible with DateTime::setDate(int $year, int $month, int $day): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 19222 9) Deprecated: Return type of EM_DateTime::setDate($year, $month, $day) in `events-manager`/classes/em-datetime.php on line 192 23 23 24 Deprecated: Return type of EM_DateTime::setISODate($year, $week, $day = null) should either be compatible with DateTime::setISODate(int $year, int $week, int $dayOfWeek = 1): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 20324 10) Deprecated: Return type of EM_DateTime::setISODate($year, $week, $day = null) in `events-manager`/classes/em-datetime.php on line 203 25 25 26 Deprecated: Return type of EM_DateTime::setTimestamp($timestamp) should either be compatible with DateTime::setTimestamp(int $timestamp): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetime.php on line 15326 11) Deprecated: Return type of EM_DateTime::setTimestamp($timestamp) in `events-manager`/classes/em-datetime.php on line 153 27 27 28 Deprecated: Return type of EM_DateTimeZone::getName() should either be compatible with DateTimeZone::getName(): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetimezone.php on line 6528 12) Deprecated: Return type of EM_DateTimeZone::getName() in `events-manager`/classes/em-datetimezone.php on line 65 29 29 30 Deprecated: Return type of EM_DateTimeZone::getTransitions($timestamp_begin = null, $timestamp_end = null) should either be compatible with DateTimeZone::getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-datetimezone.php on line 7730 13) Deprecated: Return type of EM_DateTimeZone::getTransitions($timestamp_begin = null, $timestamp_end = null) in `events-manager`/classes/em-datetimezone.php on line 77 31 31 32 Deprecated: Return type of EM_Taxonomy_Terms::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 32232 14) Deprecated: Return type of EM_Taxonomy_Terms::current() in `events-manager`/classes/em-taxonomy-terms.php on line 322 33 33 34 Deprecated: Return type of EM_Taxonomy_Terms::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 33034 15) Deprecated: Return type of EM_Taxonomy_Terms::next() in `events-manager`/classes/em-taxonomy-terms.php on line 330 35 35 36 Deprecated: Return type of EM_Taxonomy_Terms::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 32636 16) Deprecated: Return type of EM_Taxonomy_Terms::key() in `events-manager`/classes/em-taxonomy-terms.php on line 326 37 37 38 Deprecated: Return type of EM_Taxonomy_Terms::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 33438 17) Deprecated: Return type of EM_Taxonomy_Terms::valid() in `events-manager`/classes/em-taxonomy-terms.php on line 334 39 39 40 Deprecated: Return type of EM_Taxonomy_Terms::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 31940 18) Deprecated: Return type of EM_Taxonomy_Terms::rewind() in `events-manager`/classes/em-taxonomy-terms.php on line 319 41 41 42 Deprecated: Return type of EM_Taxonomy_Terms::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-taxonomy-terms.php on line 33942 19) Deprecated: Return type of EM_Taxonomy_Terms::count() in `events-manager`/classes/em-taxonomy-terms.php on line 339 43 43 44 Deprecated: Return type of EM_Bookings::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 81344 20) Deprecated: Return type of EM_Bookings::current() in `events-manager`/classes/em-bookings.php on line 813 45 45 46 Deprecated: Return type of EM_Bookings::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 82346 21) Deprecated: Return type of EM_Bookings::next() in `events-manager`/classes/em-bookings.php on line 823 47 47 48 Deprecated: Return type of EM_Bookings::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 81848 22) Deprecated: Return type of EM_Bookings::key() in `events-manager`/classes/em-bookings.php on line 818 49 49 50 Deprecated: Return type of EM_Bookings::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 82850 23) Deprecated: Return type of EM_Bookings::valid() in `events-manager`/classes/em-bookings.php on line 828 51 51 52 Deprecated: Return type of EM_Bookings::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-bookings.php on line 80952 24) Deprecated: Return type of EM_Bookings::rewind() in `events-manager`/classes/em-bookings.php on line 809 53 53 54 Deprecated: Return type of EM_Notices::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 24254 25) Deprecated: Return type of EM_Notices::current() in `events-manager`/classes/em-notices.php on line 242 55 55 56 Deprecated: Return type of EM_Notices::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 25056 26) Deprecated: Return type of EM_Notices::next() in `events-manager`/classes/em-notices.php on line 250 57 57 58 Deprecated: Return type of EM_Notices::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 24658 27) Deprecated: Return type of EM_Notices::key() in `events-manager`/classes/em-notices.php on line 246 59 59 60 Deprecated: Return type of EM_Notices::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 25460 28) Deprecated: Return type of EM_Notices::valid() in `events-manager`/classes/em-notices.php on line 254 61 61 62 Deprecated: Return type of EM_Notices::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 23962 29) Deprecated: Return type of EM_Notices::rewind() in `events-manager`/classes/em-notices.php on line 239 63 63 64 Deprecated: Return type of EM_Notices::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-notices.php on line 22864 30) Deprecated: Return type of EM_Notices::jsonSerialize() in `events-manager`/classes/em-notices.php on line 228 65 65 66 Deprecated: Return type of EM_Tickets_Bookings::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 30166 31) Deprecated: Return type of EM_Tickets_Bookings::current() in `events-manager`/classes/em-tickets-bookings.php on line 301 67 67 68 Deprecated: Return type of EM_Tickets_Bookings::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 31568 32) Deprecated: Return type of EM_Tickets_Bookings::next() in `events-manager`/classes/em-tickets-bookings.php on line 315 69 69 70 Deprecated: Return type of EM_Tickets_Bookings::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 30870 33) Deprecated: Return type of EM_Tickets_Bookings::key() in `events-manager`/classes/em-tickets-bookings.php on line 308 71 71 72 Deprecated: Return type of EM_Tickets_Bookings::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 31972 34) Deprecated: Return type of EM_Tickets_Bookings::valid() in `events-manager`/classes/em-tickets-bookings.php on line 319 73 73 74 Deprecated: Return type of EM_Tickets_Bookings::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 29474 35) Deprecated: Return type of EM_Tickets_Bookings::rewind() in `events-manager`/classes/em-tickets-bookings.php on line 294 75 75 76 Deprecated: Return type of EM_Tickets_Bookings::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets-bookings.php on line 32576 36) Deprecated: Return type of EM_Tickets_Bookings::count() in `events-manager`/classes/em-tickets-bookings.php on line 325 77 77 78 Deprecated: Return type of EM_Tickets::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 26678 37) Deprecated: Return type of EM_Tickets::current() in `events-manager`/classes/em-tickets.php on line 266 79 79 80 Deprecated: Return type of EM_Tickets::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 27780 38) Deprecated: Return type of EM_Tickets::next() in `events-manager`/classes/em-tickets.php on line 277 81 81 82 Deprecated: Return type of EM_Tickets::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 27082 39) Deprecated: Return type of EM_Tickets::key() in `events-manager`/classes/em-tickets.php on line 270 83 83 84 Deprecated: Return type of EM_Tickets::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 28184 40) Deprecated: Return type of EM_Tickets::valid() in `events-manager`/classes/em-tickets.php on line 281 85 85 86 Deprecated: Return type of EM_Tickets::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 26086 41) Deprecated: Return type of EM_Tickets::rewind() in `events-manager`/classes/em-tickets.php on line 260 87 87 88 Deprecated: Return type of EM_Tickets::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/events-manager/classes/em-tickets.php on line 28788 42) Deprecated: Return type of EM_Tickets::count() in `events-manager`/classes/em-tickets.php on line 287 89 89 90 Deprecated: Return type of MyCLabs\Enum\Enum::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/woocommerce-payments/vendor/myclabs/php-enum/src/Enum.php on line 24690 43) Deprecated: Return type of MyCLabs\Enum\Enum::jsonSerialize() in `woocommerce-payments`/vendor/myclabs/php-enum/src/Enum.php on line 246 91 91 92 Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/google-listings-and-ads/vendor/league/iso3166/src/ISO3166.php on line 11192 44) Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::count() in `google-listings-and-ads`/vendor/league/iso3166/src/ISO3166.php on line 111 93 93 94 Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/google-listings-and-ads/vendor/league/iso3166/src/ISO3166.php on line 12394 45) Deprecated: Return type of Automattic\WooCommerce\GoogleListingsAndAds\Vendor\League\ISO3166\ISO3166::getIterator() in `google-listings-and-ads`/vendor/league/iso3166/src/ISO3166.php on line 123 95 95 96 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122 96 **46) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetExists($offset) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122** 97 97 98 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97 98 **47) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetGet($offset) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97** 99 99 100 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63100 48) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetSet($offset, $value) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63 101 101 102 Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/w2hrubzkfwex/public_html/members.clearzap.co/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148 102 **49) Deprecated: Return type of BP_Core_BP_Nav_BackCompat::offsetUnset($offset) in `buddypress`/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148**