• Hello,

    Could someone help me write a functions for change a hook for plugin Facebook_Messenger_Customer_Chat in a functions.php file ?

    It’s about this code from the file :facebook-messenger-customer-chat.php

    add_action( 'wp_footer', array( $this, 'fbmcc_inject_messenger' ) );

    I need change wp_footer to my_hook

    I wants to do this in a functions.php file to protect against updates.

    Thank you in advance for your help.

The topic ‘Change hook name in functions.php file.’ is closed to new replies.