Tutorial
-
Hi! First of all, thank you for this great plugin, it works really well! I’m not a php expert, I just try to copy the code showed in the tutorial. When we save and delete styles, there is no function, it’s empty, just three dots.
if( $_REQUEST[‘action’] == “style_save” && wp_verify_nonce($_REQUEST[‘_wpnonce’], ‘style_save’) ) {
…}
elseif( $_REQUEST[‘action’] == “style_delete” && wp_verify_nonce($_REQUEST[‘_wpnonce’], ‘style_delete’) ){
…
}
Why it was left blanked?
Thank you in advance!The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Tutorial’ is closed to new replies.