uawdijnntqw1x1x1
IP : 216.73.217.10
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
wp-content
/
updraft
/
..
/
plugins
/
meta-box
/
src
/
..
/
inc
/
storage-registry.php
/
/
<?php /** * Storage registry class */ class RWMB_Storage_Registry { protected $storages = []; /** * Get storage instance. * * @param string $class_name Storage class name. * @return RWMB_Storage_Interface */ public function get( $class_name ) { if ( empty( $this->storages[ $class_name ] ) ) { $this->storages[ $class_name ] = new $class_name(); } return $this->storages[ $class_name ]; } }
/home/batcwwjx/public_html/wp-content/updraft/../plugins/meta-box/src/../inc/storage-registry.php