WordPress Notice "Undefined Index" -


i getting following notice in wordpress

notice: undefined index: _wpnonce in /var/www/vhosts/abc.biz/php/func.php on line 338

any solution? help

i found solution, have use isset() check _wpnonce value, before comparing it.

if ( isset($_post['_wpnonce']) && $_post['_wpnonce'] = '123456789' ) {} 

thanks.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -