10 lines
234 B
PHP
10 lines
234 B
PHP
|
|
<?php
|
||
|
|
if ( ! defined( 'ABSPATH' ) ) { exit; }
|
||
|
|
global $MIRAVIAWOO;
|
||
|
|
// $brands = $MIRAVIAWOO->client->get_brands(1);
|
||
|
|
// die('<pre>'.print_r($brands, true).'</pre>');
|
||
|
|
?>
|
||
|
|
<div class="wrap">
|
||
|
|
<h2>Brands</h2>
|
||
|
|
|
||
|
|
</div>
|