Support » Plugin: Flamingo » Disable address book

  • Hi

    I would like to disable the collection of submissions into the Flamingo address book. Is there a change that can be made to do this?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would also vote for this feature 🙂

    Do you have a solution already?

    I really dont know What is the Flamingo Address Book for…

    I found a solution, add this to your functions.php:

    
    remove_action( 'wp_insert_comment', 'flamingo_insert_comment' );
    remove_action( 'transition_comment_status', 'flamingo_transition_comment_status', 10, 3 );
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable address book’ is closed to new replies.