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
Post a Comment