Skip to content Skip to main navigation Skip to footer

Instal Pixel Facebook

Welcome to QSM Support Forum. Forums QSM Pro Support Instal Pixel Facebook

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #803
    #831
    KharisKharis
    Keymaster

    Hello Sergio,

    I’d like to help. But, I am having a nasty eye infection, please expect some delays in response. Sorry for the inconvenience. Thank you for your patience.

    Regards,
    Kharis

    #879
    KharisKharis
    Keymaster

    Hello there,

    You could use this PHP snippet and add it to your theme’s functions.

    
    add_filter( 'qmn_end_quiz', 'my_function_add_script_after_quiz', 3, 25 );
    function my_function_add_script_after_quiz( $quiz_display, $options, $quiz_data ) {
    
    	$script = '<div>My script goes here</div>';
    
    	return $quiz_display . $script;
    
    }
    

    Regards,
    Kharis

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.