PHP 8.2.31
Preview: interfaces.php Size: 658 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

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

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

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

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
2.17 KB lrw-r--r-- 2022-11-10 06:15:18
Edit Download
658 B lrw-r--r-- 2022-11-10 06:15:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).