Quform2 – Pre Display

Home Forums Quform WordPress Quform2 – Pre Display

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23348
    preyes24973
    Participant

    What quform2 hook replaces iphorm_pre_display_x. Is it quform_pre_display_x?

    #23349
    Venom
    Participant

    Migrating custom code from Quform 1.x


    iphorm_pre_display
    The name has changed.

    Old version:

    function my_pre_display($form)
    {
    // Custom code
    }
    add_action('iphorm_pre_display_1', 'my_pre_display');
    New version:

    function my_pre_display(Quform_Form $form)
    {
    // Custom code
    }
    add_action('quform_pre_display_1', 'my_pre_display');

    #23419
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy