Esempio n. 1
0
 public static function getKeyValues()
 {
     error_log('Deprecating in 0.75: ' . __FUNCTION__);
     try {
         PluginData::getKeyValues();
     } catch (PluginDataException $e) {
         throw new PluginStoreException($e->getMessage());
     }
 }
Esempio n. 2
0
<div class="vbx-content-main">

		<?php 
if (!is_file($script)) {
    ?>
		<?php 
    $store = PluginData::getKeyValues();
    ?>
		<div class="vbx-content-menu vbx-content-menu-top">
			<h2 class="vbx-content-heading">Plugin: <?php 
    echo $info['name'];
    ?>
</h2>
		</div>

		<h3>Details</h3>
		<table class="vbx-items-grid">
		<tbody>
			<tr class="items-row">
				<td style="width: 120px;">Plugin ID</td>
				<td><?php 
    echo $info['plugin_id'];
    ?>
</td>
			<tr>
			<tr class="items-row">
				<td style="width: 120px;">Description</td>
				<td><?php 
    echo $info['description'];
    ?>
</td>