X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/forminator/library/helpers
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
forminator
/
library
/
helpers
/
??
..
??
encryption.php
(4.83 KB)
??
helper-addon.php
(48.09 KB)
??
helper-autofill.php
(735 B)
??
helper-calculator.php
(115 B)
??
helper-core.php
(58.81 KB)
??
helper-currency.php
(10.19 KB)
??
helper-fields.php
(130.23 KB)
??
helper-google-fonts.php
(56.09 KB)
??
helper-importer.php
(2.81 KB)
??
helper-mail.php
(2.21 KB)
??
helper-modules.php
(588 B)
??
helper-payment.php
(1.57 KB)
Editing: helper-modules.php
<?php /** * Modules helper functions. * * @package Forminator */ if ( ! defined( 'ABSPATH' ) ) { die(); } /** * Return the array of modules objects * * @since 1.0 * @return mixed */ function forminator_get_modules() { $forminator = Forminator_Core::get_instance(); return $forminator->modules; } /** * Return specific module by ID * * @since 1.0 * @param int $id Module Id. * * @return bool */ function forminator_get_module( $id ) { $modules = forminator_get_modules(); return isset( $modules[ $id ] ) && ! empty( $modules[ $id ] ) ? $modules[ $id ] : false; }
Upload File
Create Folder