Nonce issue with $titan->createMetaBox
-
Hi
I get a security issue (“Are you sure you want to do this? Please try again.”) when i add a simple meta box to the ‘post’ content type ….
$titan = \TitanFramework::getInstance(“ln_post”);
$panel = $titan->createMetaBox(array(
‘name’ => ‘Options’,
‘desc’ => ‘Some article options’,
‘post_type’ => [‘post’],
‘context’ => ‘normal’,
‘priority’ => ‘default’,));
I’ve read that “Are you sure you want to do this?Please try again.” is a security token (nonce) issue but i can’t find any solutions to it and it seems like it’s a titan issue? Any one ever see this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Nonce issue with $titan->createMetaBox’ is closed to new replies.