I have the following code that generates this error:
function vbAuthorMetaBox($post, $params) {
$fieldname = $params['args'][0];
$value = get_post_meta($post->ID, $fieldname, true);
wp_nonce_field('vb_question_author', 'vb_q...
asked by
31.12.2018 / 13:34