Uname:
Linux webm021.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Software:
Apache
PHP version:
5.4.45 [ PHP INFO ] PHP os:
Linux
Server Ip:
54.36.91.62
Your Ip:
216.73.216.111
User:
matthif (139342) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<?php
/*
Plugin Name: Portfolio Gallery
Plugin URI: https://portfoliohub.io
Description: Coming up with the most searchable and creative wordpress portfolio gallery plugin.
Version: 1.1.7
Author: portfoliohub
Author URI: https://portfoliohub.io/
License: GPLv2 or later
Text Domain: pfhub_portfolio
Domain Path: /languages
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
define('PFHUB_PORTFOLIO_VERSION', '1.1.7');
define('PFHUB_PORTFOLIO_PLUGIN_PATH', dirname(__FILE__));
define('PFHUB_PORTFOLIO_PLUGIN_URL', plugin_dir_url(__FILE__));
define('PFHUB_PORTFOLIO_IMAGES_URL', untrailingslashit(PFHUB_PORTFOLIO_PLUGIN_URL . 'assets/images/' ));
define('PFHUB_PORTFOLIO_TEMPLATES_PATH', PFHUB_PORTFOLIO_PLUGIN_PATH . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'views');
define("PFHUB_PORTFOLIO_ADM_PATH", str_replace( get_bloginfo( 'url' ) . '/', ABSPATH, get_admin_url() ));
require_once(__DIR__ . DIRECTORY_SEPARATOR . "lib" . DIRECTORY_SEPARATOR . "autoload.php");
$GLOBALS['pfhub_portfolio'] = new \PfhubPortfolio\PfhubPortfolio();