🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 23:12:55 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
ultimate-addons-for-gutenberg
/
templates
📍 /home/therahul/reenrihair.com/wp-content/plugins/ultimate-addons-for-gutenberg/templates
🔄 Refresh
✏️
Editing: visibility-template.php
Writable
<?php /** * UAGB Visibility Template. * * @package UAGB */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0" charset="<?php bloginfo( 'charset' ); ?>"> <?php if ( ! current_theme_supports( 'title-tag' ) ) : ?> <title><?php echo wp_get_document_title(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaping not required. ?></title> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php the_content(); wp_footer(); ?> </body> </html>
💾 Save Changes
❌ Cancel