Support » Plugins » I want to override the Quick Chat plugin into my theme functions.php file

  • Hello,

    I want to override function of quick_chat.php In my theme functions.php
    file … please tell me how to do that

    I WANT THIS FUNCTION IN MY functions.php FILE
    add_action( ‘wp_ajax_quick-chat-ajax-update-messages’, array($this, ‘update_messages_ajax_handler’));

    I want to customize function “update_messages_ajax_handler”

  • The topic ‘I want to override the Quick Chat plugin into my theme functions.php file’ is closed to new replies.