*/ if ( ! defined( 'ABSPATH' ) ) { die(); } /** @define "WOO_FEED_FREE_ADMIN_PATH" "./../" */ /** * globals * * @global array $feedRules * @global Woo_Feed_Dropdown $wooFeedDropDown * @global Woo_Feed_Merchant $merchant * @global string $feedName * @global int $feedId * @global string $provider * @global array $wp_meta_boxes */ global $feedRules, $wooFeedDropDown, $merchant, $feedName, $feedId, $provider, $wp_meta_boxes; $feedName = ''; $feedId = ''; $wf_current_screen = get_current_screen(); $wf_page = $wf_current_screen->id; $wooFeedDropDown = new Woo_Feed_Dropdown(); $feedRules = woo_feed_parse_feed_rules( $feedRules ); woo_feed_register_and_do_woo_feed_meta_boxes( $wf_current_screen, $feedRules ); ?>