View Single Post
12-18-2008, 07:16 PM
#2
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

I haven't tried it, but a quick look at the wp_nonce_url source code and some jiggling around and here's what came out:
PHP Code:
$url wp_specialchars(site_url('logout/'.wp_create_nonce('log-out'), 'login'));