Viewing 1 replies (of 1 total)
  • The functions making the queries are shown in the data provided ..

    Example data.

    Array
    (
        [0] => Array
            (
                [0] => SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
                [1] => 0.0063199996948242
                [2] => require, require_once, require_once, require_once, wp_not_installed, is_blog_installed, wp_load_alloptions
            )
    
    )

    Key 2 indicates the functions that are in turn generating the query…

    wp_not_installed() calls the function is_blog_installed() which then calls the function wp_load_alloptions(), which is responsible for the query above..

    Hope that helps clear things up … 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Where are queries being called from?’ is closed to new replies.