• Resolved katya2018

    (@katya2018)


    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)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    3 dots means you can add your own code; that’s said you need some coding skills to make it work since we are quite limited with regards to custom coding.

Viewing 1 replies (of 1 total)

The topic ‘Tutorial’ is closed to new replies.