File "facturare.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/facturare-persoana-fizica-sau-juridica/facturare.php
File
size: 442 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('WPINC')) {
die;
}
define('WOOFACTURARE_VERSION', '1.1.3');
define('WOOFACTURARE_SLUG', plugin_basename(__FILE__));
define('WOOFACTURARE_PATH', plugin_dir_path(__FILE__));
define('WOOFACTURARE_ASSETS', plugin_dir_url(__FILE__) . '/assets/');
require plugin_dir_path(__FILE__) . 'includes/class-facturare.php';
function run_woo_facturare()
{
$plugin = new Woo_Facturare();
$plugin->run();
}
run_woo_facturare();