Current File : /home/getxxhzo/xpertbee.com/wp-content/plugins/hurrytimer/includes/Placeholders/Placeholder.php
<?php

namespace Hurrytimer\Placeholders;

abstract class Placeholder
{
    public abstract function get_value( $options = [] );
}