SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > forminator > library > helpers


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/forminator/library/helpers

NameTypeSizeLast ModifiedActions
encryption.php File 4944 bytes September 25 2024 19:17:56.
helper-addon.php File 49241 bytes March 17 2025 17:29:02.
helper-autofill.php File 735 bytes September 02 2024 15:32:28.
helper-calculator.php File 115 bytes September 02 2024 15:32:28.
helper-core.php File 58199 bytes July 14 2025 15:42:34.
helper-currency.php File 10431 bytes September 02 2024 15:32:28.
helper-fields.php File 124724 bytes July 14 2025 15:42:34.
helper-forms.php File 28700 bytes September 02 2024 15:32:28.
helper-google-fonts.php File 57436 bytes November 25 2024 21:22:22.
helper-importer.php File 2877 bytes September 02 2024 15:32:28.
helper-mail.php File 2260 bytes September 02 2024 15:32:28.
helper-modules.php File 588 bytes September 02 2024 15:32:28.
helper-payment.php File 1607 bytes September 02 2024 15:32:28.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/forminator/library/helpers/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;
}

SILENT KILLER Tool