Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter sonisitez

    (@sonisitez)

    Sounds good, I will always open updates to this plugin to hope the feature to access tables on that database exists, because after I did some research, only this plugin is very good and easy to use to create report designs. Thanks.

    Thread Starter sonisitez

    (@sonisitez)

    already mail but no answer thanks.

    Thread Starter sonisitez

    (@sonisitez)

    it works thanks.

    Thread Starter sonisitez

    (@sonisitez)

    Work perfectly.. Leave 5 star for you 🙂

    Thread Starter sonisitez

    (@sonisitez)

    Wow thanks, one more thing if there was an option to not load CSS or JS files manually, this plugin I think would be the best on the market.

    Thread Starter sonisitez

    (@sonisitez)

    Okay, found the culprit.. Rocket Loader

    Thread Starter sonisitez

    (@sonisitez)

    Oh yes, I forgot to say the way Hummingbird now handles assets is very problematic for sites that are already in production, because Hummingbird not only takes WP dashboard assets but backend assets from plugins. Imagine I have 15 plugins and each plugin has assets of about 5-10 CSS/JS, and it’s all displayed there. There will be hundreds of assets that are visible and very dizzying when they are not needed. Hopefully my suggestion can be considered.

    Thread Starter sonisitez

    (@sonisitez)

    This is just a suggestion because I care about Hummingbird and I think it has a very good concept, if possible have other options for manual assets and everything can be done manually, both input assets, compress, and merge, because sometimes not all css and js files can be compress or merge to run properly, and that way we can optimize as needed. Thank You.

    @wpmudevsupport12 thanks already answer Patrick ..

    Thread Starter sonisitez

    (@sonisitez)

    This is the screenshot, using NGINX and php 8.1
    https://ibb.co/z8NzQm1

    I think hummingbird will become no 1 in the market if they can do input asset manually, for compress or merge.

    @wpmudevsupport11 nope, i have tested the plugin also, the concept is great but execution is no, my dashboard/backend script are loaded on asset optimization list, its very stressful to see many js and css that dont need to optimize.. very suck.

    Thread Starter sonisitez

    (@sonisitez)

    For example, I use manual optimize, but the js and css files from the back end are also loaded, there are almost hundreds and hummingbirds are stuck/crashes, how do I prevent js and css files from the backend from being included in the list? it’s a waste..

    Thread Starter sonisitez

    (@sonisitez)

    @rainbowgeek Im using PHP 8.1 ..
    Yes i confuse also 😅

    Thread Starter sonisitez

    (@sonisitez)

    Sorry for late reply, this is the log looks like:

    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:13:37 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/functions.php on line 21
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/demo.php on line 22
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/edit.php on line 20
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 63
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 73
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetSet($key, $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 /wp-includes/Requests/Cookie/Jar.php on line 89
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 102
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 111
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $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 /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:13:38 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/templates/form-reset-pass.php on line 24
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/templates/form-reset-pass.php on line 25
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/user.php on line 2933
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:13:38 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:13:45 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:13:45 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:13:45 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:13:45 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:13:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php:10) in /wp-admin/includes/misc.php on line 1381
    [30-Aug-2022 07:13:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php:10) in /wp-includes/functions.php on line 6878
    [30-Aug-2022 07:13:45 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php:10) in /wp-admin/admin-header.php on line 9
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:45 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:13:47 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:47 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:47 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:13:48 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:13:48 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:13:48 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:13:48 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:48 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:13:49 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:13:49 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:13:49 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:13:49 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:13:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:14:01 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:14:01 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:14:01 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:14:01 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/functions.php on line 21
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/demo.php on line 22
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/edit.php on line 20
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:01 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 63
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 73
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetSet($key, $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 /wp-includes/Requests/Cookie/Jar.php on line 89
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 102
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 111
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $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 /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/templates/form-reset-pass.php on line 24
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/templates/form-reset-pass.php on line 25
    [30-Aug-2022 07:14:02 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/user.php on line 2933
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:06 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:14:07 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:14:07 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:14:07 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:14:07 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 63
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 73
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetSet($key, $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 /wp-includes/Requests/Cookie/Jar.php on line 89
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 102
    [30-Aug-2022 07:14:07 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 111
    [30-Aug-2022 07:14:08 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [30-Aug-2022 07:14:08 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [30-Aug-2022 07:14:08 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $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 /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [30-Aug-2022 07:14:08 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [30-Aug-2022 07:14:08 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:14:13 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:14:13 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:14:13 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:14:13 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:14:13 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php:10) in /wp-admin/includes/misc.php on line 1381
    [30-Aug-2022 07:14:13 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php:10) in /wp-includes/functions.php on line 6878
    [30-Aug-2022 07:14:13 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php:10) in /wp-admin/admin-header.php on line 9
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/common/media.php on line 196
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:13 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/formatting.php on line 2772
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:16 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/admin/theme-options/theme-options.php on line 683
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:14:17 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/admin/functions.php on line 426
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 102
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/ad-ace/includes/rewrite-rules.php on line 103
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/hotlink-protection/functions.php on line 95
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/media-ace/includes/expiry-header/functions.php on line 33
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/users/roles.php on line 74
    [30-Aug-2022 07:14:17 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/collections/settings.php on line 205
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
    [30-Aug-2022 07:14:24 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 122
    [30-Aug-2022 07:14:24 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 97
    [30-Aug-2022 07:14:24 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 63
    [30-Aug-2022 07:14:24 UTC] PHP 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 /wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 148
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/core/functions.php on line 156
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/theme.php on line 1787
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/functions.php on line 21
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/demo.php on line 22
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/frontend-submission/edit.php on line 20
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 63
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 73
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetSet($key, $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 /wp-includes/Requests/Cookie/Jar.php on line 89
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 102
    [30-Aug-2022 07:14:24 UTC] PHP Deprecated:  Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Cookie/Jar.php on line 111
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $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 /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 330
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/themes/bimber/includes/front/home-filters.php on line 331
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:25 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 460
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 527
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/includes/votes/functions.php on line 531
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/templates/form-reset-pass.php on line 24
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/snax/templates/form-reset-pass.php on line 25
    [30-Aug-2022 07:14:26 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/user.php on line 2933
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Optional parameter $content declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Optional parameter $property declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Optional parameter $transform declared before required parameter $bp_email is implicitly treated as a required parameter in /wp-content/plugins/bp-custom.php on line 20
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Model::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 /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
    [30-Aug-2022 07:14:34 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71

    I’m a Wp-Optimize user and not to defend, but what a post on twitter I almost confirm is 99% inaccurate. Defer js is indeed recommended from various web speed testing tools and it’s legit, almost all other plugins do. In Wp-Optimize itself it is an option and not forced. And when I test, the js also loads fine. Hopefully my answer as a user can provide enlightenment, and hope this is not a bad market strategy from competitors.

    • This reply was modified 3 years, 8 months ago by sonisitez.
Viewing 15 replies - 1 through 15 (of 28 total)