HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/t/h/a/thanexcelr/www/wp-content/plugins/slider-wd/admin/views/posts.php
<?PHP

/**
 * Class WDSViewposts.
 */
class WDSViewposts {
  private $model;

  public function __construct($model) {
    $this->model = $model;

    // Register and include styles and scripts.
    WDS()->register_iframe_scripts();
    wp_print_styles(WDS()->prefix . '_tables');
    wp_print_scripts(WDS()->prefix . '_admin');
  }

  /**
   * Display.
   */
  public function display() {
    echo WDW_S_Library::message_id(0, __('This functionality is disabled in free version.', WDS()->prefix), 'error');

    die();
  }
}