• Hi all, i would like to learn that, is it possible to get executed script when debugging is on?
    I mean, when i enable debugging on WordPress there are some warning like;
    "PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks..... /wp-includes/functions.php on line 3622"etc but how can i learn which plugin/theme function called this? Which code part trigged this error?
    Is there any way to learn the source file (function). Thanks…

The topic ‘Deep debug on errors…’ is closed to new replies.