HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/test.kaunokolegija.lt/kk_wp_content/plugins/include/classes/core/interfaces.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * @since 4.3
 * Interface for editors
 */
interface Vc_Editor_Interface {
	/**
	 * @since 4.3
	 * @return mixed
	 */
	public function renderEditor();
}

/**
 * @since 4.3
 * Default render interface
 */
interface Vc_Render {
	/**
	 * @since 4.3
	 * @return mixed
	 */
	public function render();
}

/**
 * @since 4.3
 * Interface for third-party plugins classes loader.
 */
interface Vc_Vendor_Interface {
	/**
	 * @since 4.3
	 * @return mixed
	 */
	public function load();
}