@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
plugins
/
residence-gutenberg
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/plugins/residence-gutenberg/plugin.php
<?php /* * Plugin Name: Wpresidence - Gutenberg blocks * Plugin URI: https://themeforest.net/user/annapx * Description: Adds functionality to WpResidence * Version: 1.50.1 * Author: wpestate * Author URI: https://wpestate.org * License: GPL2 * Text Domain: wpresidence-gutenberg * Domain Path: /languages * */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Block Initializer. */ require_once plugin_dir_path( __FILE__ ) . 'src/init.php';