Title: challet's Replies | WordPress.org

---

# challet

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DecaLog] How to remove E_DEPRECATED error level ?](https://wordpress.org/support/topic/how-to-remove-e_deprecated-error-level/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-e_deprecated-error-level/#post-17532067)
 * I dug a bit more for my own understanding, and I that would most certainly be
   related to the [set_error_handler](https://www.php.net/manual/en/function.set-error-handler.php)
   function last parameter:
 * > […] Without this mask set the `callback` will be called for every error regardless
   > to the setting of the [error_reporting](https://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting)
   > setting.
 * Would it be conceivable to add this extra parameter in the decalog code ? Basically,
   it would replicate the core error_reporting value.
    -  This reply was modified 2 years, 1 month ago by [challet](https://wordpress.org/support/users/challet/).
      Reason: better english
    -  This reply was modified 2 years, 1 month ago by [challet](https://wordpress.org/support/users/challet/).
      Reason: better english again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DecaLog] How to remove E_DEPRECATED error level ?](https://wordpress.org/support/topic/how-to-remove-e_deprecated-error-level/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-e_deprecated-error-level/#post-17529678)
 * That’s a lot clearer, thank you.
 * And so, here there is no way to tell PHP what to send to the logger ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DecaLog] How to remove E_DEPRECATED error level ?](https://wordpress.org/support/topic/how-to-remove-e_deprecated-error-level/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-e_deprecated-error-level/#post-17529242)
 * Thank you for your quick answer, I’m not sure I understand it though as I can
   see in the “WordPress event logger” options a “minimal level” setting. Or maybe
   the E_DEPRECATED level cannot be disjoined from the E_INFO ?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Unfixed critical bug](https://wordpress.org/support/topic/unfixed-critical-bug/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/unfixed-critical-bug/#post-17528840)
 * Hello,
 * Yes, that’s this one. I’m sorry I don’t have the details anymore since that made
   me stop to use it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] How to distribute the preoad workload over time?](https://wordpress.org/support/topic/how-to-distribute-the-prealoding-workload-over-time/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/how-to-distribute-the-prealoding-workload-over-time/#post-17471808)
 * > garbage collection might have to be running continuously
 * That was indeed the idea, or at least with short enough delay between runs. That
   would also require some randomness in the initial expire times, for pages not
   to expire all at the same time.
 * Please see it as a suggestion, the preloading current pace you pointed out works
   without any overloading.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Cron job errors](https://wordpress.org/support/topic/cron-job-errors-3/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/cron-job-errors-3/#post-17463682)
 * They have been `ini_set` calls. I suppose the cron script calling it did something
   before to start sending the answer or even closed the connection while still 
   computing.
 * They are WARNINGS level, it doesn’t prevent any process to happen. So I guess
   it could be left like that.
 * Thank you for your answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DecaLog] Make execution trace available](https://wordpress.org/support/topic/make-execution-trace-available/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/make-execution-trace-available/#post-17456052)
 * Nevermind, it does work as expected
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom template not parsed and answsers with the raw code](https://wordpress.org/support/topic/custom-template-not-parsed-and-answsers-with-the-raw-code/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/custom-template-not-parsed-and-answsers-with-the-raw-code/#post-17448437)
 * Self-answer : Block templates need an other function `[locate_block_template](https://developer.wordpress.org/reference/functions/locate_block_template/)`
   to create a usable return :
 *     ```wp-block-code
       <?php
       add_filter('category_template', function ( $template ) {
         $category = get_queried_object();
         // custom condition
         if( $category->parent == 1 ) {
           $template = locate_block_template('templates/category-1.html', 'category-1', []);
         }
         return $template;
       });
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Migrate template modifications to a custom child theme](https://wordpress.org/support/topic/migrate-template-modifications-to-a-custom-theme/)
 *  Thread Starter [challet](https://wordpress.org/support/users/challet/)
 * (@challet)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/migrate-template-modifications-to-a-custom-theme/#post-17448062)
 * Self-answser : There is an _export_ feature in the editor where the current theme
   overridden with the custom modifications can be downloaded.
 * From there, the relevant files (the custom modifications) can be used either :
    - in the child theme
    - in the editor in _code_ mode, after the child theme has been activated

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