• I recently upgraded to 2.7 and now I get this error inside the admin control panel:

    Fatal error: Call to undefined function wp_logout_url() in / . . ./wp-admin/admin-header.php on line 110

    Line 110 is the following:

    <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a>

    If I replace it with my old “admin-header.php” it works but the formatting is really screwed up with everything right justified.

    Thoughts?

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

The topic ‘Fatal error: Call to undefined function wp_logout_url() in . .’ is closed to new replies.