Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
a
/
r
/
i
/
ariannadhf
/
www
/
wp-content
/
plugins
/
simple-history
/
inc
/
deprecated
/
/home/a/r/i/ariannadhf/www/wp-content/plugins/simple-history/inc/deprecated/class-simplehistory.php
<?php use Simple_History\Simple_History; /** * Deprecated, use \Simple_History\Simple_History instead. * * Un-namespaced class for old loggers that call \SimpleHistory->get_instance(). */ class SimpleHistory { /** * Only static function in old class is get_instance(). * * @since 4.0 */ public static function get_instance() { return Simple_History::get_instance(); } }