X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-content/plugins/wpforms/includes
home
/
greejped
/
haldiawater.com
/
wp-content
/
plugins
/
wpforms
/
includes
/
ðŸ“
..
📄
.DS_Store
(8 KB)
ðŸ“
admin
📄
class-conditional-logic-core.php
(27.37 KB)
📄
class-db.php
(10.16 KB)
📄
class-fields.php
(1.67 KB)
📄
class-form.php
(18.64 KB)
📄
class-frontend.php
(52.84 KB)
📄
class-install.php
(4.2 KB)
📄
class-process.php
(30.46 KB)
📄
class-providers.php
(934 B)
📄
class-smart-tags.php
(13.09 KB)
📄
class-templates.php
(1.28 KB)
📄
class-widget.php
(5.25 KB)
📄
deprecated.php
(1.37 KB)
ðŸ“
emails
ðŸ“
fields
📄
functions-list.php
(5.15 KB)
📄
functions.php
(70.92 KB)
ðŸ“
includes
📄
integrations.php
(2.92 KB)
ðŸ“
providers
ðŸ“
templates
Editing: deprecated.php
<?php /** * To be compatible with both WP 4.9 (that can run on PHP 5.2+) and WP 5.3+ (PHP 5.6+) * we need to rewrite some core WP classes and tweak our own skins to not use PHP 5.6 splat operator (...$args) * that were introduced in WP 5.3 in \WP_Upgrader_Skin::feedback(). * This alias is a safeguard to those developers who decided to use our internal class WPForms_Install_Silent_Skin, * which we deleted. * * @since 1.5.6.1 */ class_alias( 'WPForms\Helpers\PluginSilentUpgraderSkin', 'WPForms_Install_Silent_Skin' ); /** * Get notification state, whether it's opened or closed. * * @deprecated 1.4.8 * * @since 1.4.1 * * @param int $form_id Form ID. * @param int $notification_id Notification ID. * * @return string */ function wpforms_builder_notification_get_state( $form_id, $notification_id ) { _deprecated_function( __FUNCTION__, '1.4.8 of the WPForms plugin', 'wpforms_builder_settings_block_get_state()' ); return wpforms_builder_settings_block_get_state( $form_id, $notification_id, 'notification' ); } /** * Convert bytes to megabytes (or in some cases KB). * * @deprecated 1.6.2 * * @since 1.0.0 * * @param int $bytes Bytes to convert to a readable format. * * @return string */ function wpforms_size_to_megabytes( $bytes ) { _deprecated_function( __FUNCTION__, '1.6.2 of the WPForms plugin', 'size_format()' ); return size_format( $bytes ); }
Upload File
Create Folder