We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a2aff commit 1c11ebeCopy full SHA for 1c11ebe
includes/class-form-entry.php
@@ -425,7 +425,8 @@ public function get_payment_data() {
425
/**
426
* Get Form from entry id.
427
*
428
- * @param int $entry_id The entry id.
+ * @param int $entry_id The entry id.
429
+ * @global object $wpdb The Wordpress database object.
430
431
* @return object The form object.
432
*/
@@ -438,7 +439,8 @@ public static function get_form( $entry_id ) {
438
439
440
* Get form id from entry id.
441
442
443
444
445
* @return int The form id.
446
0 commit comments