Title: humboldtk's Replies | WordPress.org

---

# humboldtk

  [  ](https://wordpress.org/support/users/humboldtk/)

 *   [Profile](https://wordpress.org/support/users/humboldtk/)
 *   [Topics Started](https://wordpress.org/support/users/humboldtk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/humboldtk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/humboldtk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/humboldtk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/humboldtk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/humboldtk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Open Graph URL not matching canonical](https://wordpress.org/support/topic/open-graph-url-not-matching-canonical-3/)
 *  Thread Starter [humboldtk](https://wordpress.org/support/users/humboldtk/)
 * (@humboldtk)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/open-graph-url-not-matching-canonical-3/#post-18133170)
 * Got it thank you!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [SPAM!!! HELP!!!](https://wordpress.org/support/topic/spam-help-3/)
 *  [humboldtk](https://wordpress.org/support/users/humboldtk/)
 * (@humboldtk)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/spam-help-3/#post-17416578)
 * I have been getting these exact emails and was wondering what its about. Here
   are some of the emails I’ve gotten,
 * > From: Roberthab [lucido.leinteract@gmail.com](https://wordpress.org/support/users/humboldtk/replies/lucido.leinteract@gmail.com?output_format=md)
   > Subject: Hi i am write about prices Message Body: হাই, আমি আপনার মূল্য জানতে
   > চেয়েছিলাম.
 * > From: Roberthab xxxxxxxxx@gmail.com
   > Subject: Hi, i am wrote about your the 
   > prices
   > Message Body:
   > Прывітанне, я хацеў даведацца Ваш прайс.
 * > From: Roberthab xxxxxxxxxxx@gmail.com
   > Subject: Hi  i write about   the prices
   > Message Body:
   > Ndewo, achọrọ m ịmara ọnụahịa gị.
 * > From: Roberthab xxxxxxxxxxx@gmail.com
   > Subject: Hello,   write about     prices
   > Message Body:
   > Hi, kam dashur të di çmimin tuaj
 * > From: Roberthab xxxxxx@gmail.com
   > Subject: Aloha, i wrote about   the prices
   > Message Body:
   > Hæ, ég vildi vita verð þitt.
    -  This reply was modified 2 years, 3 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
      Reason: removed email addresses
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudflare] Need Fix | Deprecation Notices | PHP 8.2.7](https://wordpress.org/support/topic/need-fix-deprecation-notices-php-8-2-7/)
 *  [humboldtk](https://wordpress.org/support/users/humboldtk/)
 * (@humboldtk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/need-fix-deprecation-notices-php-8-2-7/#post-16896445)
 * Hello! To fix this we need to declare it in the class definition. The first error
   message `"Creation of dynamic property CF\WordPress\DataStore::$logger is deprecated"`
   you just need to copy this:
 *     ```wp-block-code
           /**
            * @var DefaultLogger
            */
           protected $logger;
       ```
   
 * go into `/wp-content/plugins/cloudflare/src/WordPress/DataStore.php` and paste
   it just above the line where it has `protected $wordPressWrapper;` (was line 
   15 for me) .
 * The second error `Creation of dynamic property CF\WordPress\Proxy::$pluginAPI
   is deprecated` is just as easy fix, go into `/wp-content/plugins/cloudflare/src/
   WordPress/Proxy.php` and paste this `protected $pluginAPI;` right under the line`
   protected $requestRouter;` .. So the section should look like this:
 *     ```wp-block-code
           protected $config;
           protected $dataStore;
           protected $logger;
           protected $wordpressAPI;
           protected $wordpressClientAPI;
           protected $wordpressIntegration;
           protected $requestRouter;
           protected $pluginAPI;
       ```
   
 * Both errors are now fixed!
    -  This reply was modified 2 years, 10 months ago by [humboldtk](https://wordpress.org/support/users/humboldtk/).

Viewing 3 replies - 1 through 3 (of 3 total)