Recent Update causes timeout
-
The following code no causes a PHP timeout after recent updates. This is how the NinjaForms codex says to do this, so what happened?
$sub = Ninja_Forms()->form($form_id)->get_sub($sub_id); $sub_fields = $sub->get_field_values(); // causes timeout
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Recent Update causes timeout’ is closed to new replies.