File "woodmart-core.php"
Full Path: /home/ycoalition/public_html/blog/wp-content/plugins/woodmart-core/woodmart-core.php
File size: 453 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/*
Plugin Name: Woodmart Core
Description: Woodmart Core needed for Woodmart theme
Version: 1.0.39
Text Domain: woodmart-core
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Direct access not allowed.
}
define( 'WOODMART_CORE_PLUGIN_VERSION', '1.0.39' );
require_once 'vendor/opauth/twitteroauth/twitteroauth.php';
require_once 'inc/auth.php';
require_once 'class-post-types.php';
require_once 'post-types.php';
require_once 'inc/shortcodes.php';