• Hello,

    Yesterday my website had a critical error after adding a custom function and action in theme′s functions.php file, and error_log file didn′t throw a track trace. Why and how could it be prevented?

    (I don′t know if is important but the mentioned customization was something like this:

    function mis_tags () {
    get_post_tags ($post->ID, ‘tags’);
    }
    add_action (‘wp_head’,’mis_tags’);

    Regards,

    Julia

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    What’s the error that you see?

    ” something like this:”

    Like? What’s the EXACT code you added?

    Thread Starter julia77

    (@julia77)

    Hello @sterndata,

    This topic is about error_log file not throwing a track trace. I′m using WP v5.7.2 and the latest Hello Elementor theme version.

    (The code was the mentioned, with a comma added or not, I don′t remember)

    Regards,

    Julia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error log file’ is closed to new replies.