• Resolved Underdog89

    (@89ash89)


    Hello,

    How does this plugin handle pipes? Most of these plugins just save the information after the |. But I require the information before also. Is it possible with this email?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Author Arshid

    (@arshidkv12)

    It is saving before email.

    add_action('cfdb7_before_save_data', 'cfdb_function');
    function cfdb_function( $data ){
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Pipes – How does it save them?’ is closed to new replies.