Hello,
I am trying to add “register/login” to my header.
Now When i am trying to edit my “functions.php” on my wordpress theme it showed me an error “Scrape nonce check failed. Please try again.” can you help me fix it?
This the code i am trying to add: (the code is from you)
”
add_filter( ‘basel_header_configuration’, ‘basel_custom_header_configuration’, 1, 1 );
function basel_custom_header_configuration() {
return array(
‘container’ => array(
‘wrapp-header’ => array(
‘logo’,
‘main_nav’,
‘right-column’ => array(
‘header_links’,
‘search’,
‘wishlist’,
‘cart’,
‘mobile_icon’,
)
)
),
);
}
”
Regards,
Sam