Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
simple-history
/
inc
/
channels
/
formatters
/
/home/ariannadhf/www/wp-content/plugins/simple-history/inc/channels/formatters/class-formatter.php
<?php /** * Backward compatibility stub. * * This class was moved to Simple_History\Channels in version 5.23.0. * This file exists so that code from older versions (loaded in memory * during a plugin update) can still autoload from the old path. * * @since 5.24.0 */ namespace Simple_History\Channels\Formatters; // Load the real class from its new location. require_once dirname( __DIR__ ) . '/class-formatter.php'; if ( ! class_exists( 'Simple_History\Channels\Formatters\Formatter', false ) ) { class_alias( 'Simple_History\Channels\Formatter', 'Simple_History\Channels\Formatters\Formatter' ); }