gotrgf_before_form_container

Description

This hook runs just before the form container is outputted and can be used to manipulate the html

Parameters

$form | String

Usage

add_action("gotrgf_before_form_container","my_function",10,1);

Since

version 1.1

Scroll to Top