REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.88 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wpforms-lite/src/Helpers/Form.php
Text
Base64
<?php namespace WPForms\Helpers; /** * Form helpers. * * @since 1.9.4 */ class Form { /** * Get all available forms. * * @since 1.10.1 * * @param array $args Optional. Arguments to pass to the form handler. * * @return array */ public static function get_all( array $args = [] ): array { $form_handler = wpforms()->obj( 'form' ); if ( ! $form_handler ) { return []; } $defaults = [ 'orderby' => 'title' ]; $args = wp_parse_args( $args, $defaults ); $forms = $form_handler->get( '', $args ); return ! empty( $forms ) ? $forms : []; } /** * Get form pro-fields array. * * @since 1.9.4 * * @param array|mixed $form_data Form data. * * @return array Pro fields array. */ public static function get_form_pro_fields( $form_data ): array { $fields = $form_data['fields'] ?? []; $pro_fields = []; foreach ( $fields as $field_data ) { /** * Filter form pro fields array. * * @since 1.9.4 * * @param array $pro_fields Pro-fields data. * @param array $field_data Field data. */ $pro_fields = apply_filters( 'wpforms_helpers_form_pro_fields', $pro_fields, $field_data ); } return $pro_fields; } /** * Get form addons educational data. * * @since 1.9.4 * * @param array|mixed $form_data Form data. * * @return array The form addons educational data. */ public static function get_form_addons_edu_data( $form_data ): array { $fields = $form_data['fields'] ?? []; $addons_edu_data = []; foreach ( $fields as $field_data ) { /** * Filter the form addons educational data. * * @since 1.9.4 * * @param array $addons_edu_data The form addons educational data. * @param array $field_data Field data. */ $addons_edu_data = apply_filters( 'wpforms_helpers_form_addons_edu_data', $addons_edu_data, $field_data ); } return $addons_edu_data; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CacheBase.php
11.06 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Chain.php
8.30 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Crypto.php
2.86 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DB.php
6.59 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
File.php
8.27 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Form.php
1.88 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PathParser.php
1.37 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PluginSilentUpgrader.php
23.29 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Templates.php
6.26 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Transient.php
7.34 KB
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).