defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); $currency = unserialize(get_option('_currency', '')); $t10w_cost = get_option('_t10w_cost', 2.95); $vip_cost = get_option('_vip_cost', 9.95); $wordsperpage = get_option('_wordsperpage', 275); if ( ! empty( $instance['title'] ) ) echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ). $args['after_title']; $calcAction = $ordmdl->getView().'-'.$ordmdl->getLayout() === 'order-edit' ? '' : str_replace('aworder/aworder/', '', 'aworder/'.get_page_by_path('placeorder', 'OBJECT', 'aworder')->post_name); ?>