REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.14 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/widget-importer-exporter/includes/widgets.php
Text
Base64
<?php /** * Widget Functions * * @package Widget_Importer_Exporter * @subpackage Functions * @copyright Copyright (c) 2013 - 2020, ChurchThemes.com, LLC * @link https://churchthemes.com/plugins/widget-importer-exporter/ * @license https://www.gnu.org/licenses/gpl-2.0.html GPL-2.0-or-later * @since 0.4 */ defined('ABSPATH') || exit; // No direct access. /** * Available widgets * * Gather site's widgets into array with ID base, name, etc. * Used by export and import functions. * * @since 0.4 * @global array $wp_registered_widget_updates * @return array Widget information */ function wie_available_widgets() { global $wp_registered_widget_controls; $widget_controls = $wp_registered_widget_controls; $available_widgets = array(); foreach ($widget_controls as $widget) { // No duplicates. if (! empty( $widget['id_base'] ) && ! isset( $available_widgets[ $widget['id_base'] ] )) { $available_widgets[ $widget['id_base'] ]['id_base'] = $widget['id_base']; $available_widgets[ $widget['id_base'] ]['name'] = $widget['name']; } } return apply_filters( 'wie_available_widgets', $available_widgets ); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin.php
3.25 KB
lrw-r--r--
2025-01-05 05:34:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
export.php
3.81 KB
lrw-r--r--
2025-01-05 05:34:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
import.php
13.38 KB
lrw-r--r--
2025-01-05 05:34:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
mime-types.php
3.87 KB
lrw-r--r--
2025-01-05 05:34:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page.php
6.37 KB
lrw-r--r--
2025-01-05 05:34:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
widgets.php
1.14 KB
lrw-r--r--
2025-01-05 05:34:35
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).