• Resolved jackbluehouse2019

    (@jackbluehouse2019)


    Hi Flamingo experts,
    I need to use wpcf7_after_flamingo on two different plugins in the same site.
    I have this function for the first plugin:

    function action_wpcf7_after_flamingo( $result ) { Do somethin...} 
    add_action( 'wpcf7_after_flamingo', 'action_wpcf7_after_flamingo', 10, 1 ); 

    and this function for the other plugin:

    function topo_action_wpcf7_after_flamingo( $result ) { Do somethin else...}
    add_action( 'wpcf7_after_flamingo', 'topo_action_wpcf7_after_flamingo', 10, 1 ); 

    but if I activate both plugins cf7 contact form doesn’t work unless I deactivate Flamingo or deactivate one of the plugins.
    Any solution to this problem?
    Thanks
    Jacques from France

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wpcf7_after_flamingo’ is closed to new replies.