HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/panomity.de/panomity.com/wp-content/plugins/wp-views/wp-views.php
<?php
/*
Plugin Name: Toolset Views
Plugin URI: https://toolset.com/?utm_source=viewsplugin&utm_campaign=views&utm_medium=plugins-list-full-version&utm_term=Visit plugin site
Description: When you need to create lists of items, Views is the solution. Views will query the content from the database, iterate through it and let you display it with flair. You can also enable pagination, search, filtering and sorting by site visitors.
Author: OnTheGoSystems
Author URI: https://toolset.com
Version: 3.6.15
*/



if ( defined( 'WPV_VERSION' ) ) {
	require_once dirname( __FILE__ ) . '/deactivate/by-existing.php';
	wpv_force_deactivate_by_blocks( plugin_basename( __FILE__  ) );
} elseif ( defined( 'TB_VERSION' ) ) {
	// Check for Toolset Blocks as standalone plugin (early beta packages).
	require_once dirname( __FILE__ ) . '/deactivate/by-blocks-beta.php';
	wpv_force_deactivate_by_blocks_beta( plugin_basename( __FILE__  ) );
} else {
	define( 'WPV_VERSION', '3.6.15' );
	require_once dirname( __FILE__ ) . '/loader.php';
}