Forums

[resolved] Trace call to wp( ) (2 posts)

  1. rahulrevo
    Member
    Posted 5 years ago #

    Hi,

    I am relatively new to php and was trying to read the WordPress source. wp-blog-header.php is called through index.php. Within wp-blog-header.php a function call is made to wp(); .

    http://trac.wordpress.org/browser/trunk/wp-blog-header.php#L14

    Could you tell me which file / method this call traces to?

    Thanks

    Rahul

  2. whooami
    Member
    Posted 5 years ago #

    line 2180 of /wp-includes/functions.php

    function wp($query_vars = '') {
    global $wp;
    $wp->main($query_vars);
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.