'', // Unused. Messages start at index 1. 1 => sprintf( __( 'Post updated. View post' ), esc_url( get_permalink( $post_ID ) ) ), 2 => __( 'Custom field updated.' ), 3 => __( 'Custom field deleted.' ), 4 => __( 'Post updated.' ), /* translators: %s: Date and time of the revision. */ 5 => isset( $_GET['revision'] ) ? sprintf( __( 'Post restored to revision from %s' ), wp_post_revision_title( (int) $_GET['revision'], false ) ) : false, 6 => sprintf( __( 'Post published. View post' ), esc_url( get_permalink( $post_ID ) ) ), 7 => __( 'Post saved.' ), 8 => sprintf( __( 'Post submitted. Preview post' ), esc_url( add_query_arg( 'preview', 'true', get_permalink( $post_ID ) ) ) ), 9 => sprintf( __( 'Post scheduled for: %1$s. Preview post' ), /* translators: Publish box date format, see http://php.net/date */ ( isset( $post->post_date ) ? date_i18n( __( 'M j, Y @ G:i' ), strtotime( $post->post_date ) ) : '' ), esc_url( get_permalink( $post_ID ) ) ), 10 => sprintf( __( 'Post draft updated. Preview post' ), esc_url( add_query_arg( 'preview', 'true', get_permalink( $post_ID ) ) ) ), ); $messages = apply_filters( 'post_updated_messages', $messages ); $message = false; if ( isset( $_GET['message'] ) ) { $_GET['message'] = absint( $_GET['message'] ); if ( isset( $messages[ $post_type ][ $_GET['message'] ] ) ) { $message = $messages[ $post_type ][ $_GET['message'] ]; } elseif ( ! isset( $messages[ $post_type ] ) && isset( $messages['post'][ $_GET['message'] ] ) ) { $message = $messages['post'][ $_GET['message'] ]; } } $notice = false; $form_extra = ''; if ( isset( $post->post_status ) && 'auto-draft' === $post->post_status ) { if ( 'edit' === $action ) { $post->post_title = ''; } $autosave = false; $form_extra .= ""; } else { $autosave = wp_get_post_autosave( $post_ID ); } $form_action = 'editpost'; $nonce_action = 'update-' . $post_type . '_' . $post_ID; $form_extra .= ""; // Detect if there exists an autosave newer than the post and if that autosave is different than the post. if ( $autosave && mysql2date( 'U', $autosave->post_modified_gmt, false ) > mysql2date( 'U', $post->post_modified_gmt, false ) ) { foreach ( _wp_post_revision_fields() as $autosave_field => $_autosave_field ) { if ( normalize_whitespace( $autosave->$autosave_field ) !== normalize_whitespace( $post->$autosave_field ) ) { $notice = sprintf( __( 'There is an autosave of this post that is more recent than the version below. View the autosave' ), get_edit_post_link( $autosave->ID ) ); break; } } unset( $autosave_field, $_autosave_field ); } $post_type_object = get_post_type_object( $post_type ); // All meta boxes should be defined and added before the first do_meta_boxes() call (or potentially during the do_meta_boxes action). /****************************************************************************/ do_action( 'add_meta_boxes', $post_type, $post ); do_action( 'add_meta_boxes_' . $post_type, $post ); do_action( 'do_meta_boxes', $post_type, 'normal', $post ); do_action( 'do_meta_boxes', $post_type, 'advanced', $post ); do_action( 'do_meta_boxes', $post_type, 'side', $post ); /* 30 ***************************************/ global $screen_layout_columns; ?>

get_item_format(); $product = wel_get_product( $post_ID, false ); $product = array_merge( $item_format, is_array( $product ) ? $product : array() ); $itemCode = $product['itemCode']; $itemName = $product['itemName']; $itemRestriction = $product['itemRestriction']; $itemPointrate = ( ! empty( $product['itemPointrate'] ) ) ? $product['itemPointrate'] : ''; $itemGpNum1 = $product['itemGpNum1']; $itemGpNum2 = $product['itemGpNum2']; $itemGpNum3 = $product['itemGpNum3']; $itemGpDis1 = $product['itemGpDis1']; $itemGpDis2 = $product['itemGpDis2']; $itemGpDis3 = $product['itemGpDis3']; $itemOrderAcceptable = $product['itemOrderAcceptable']; $itemOrderAcceptable_checked = ( ! empty( $itemOrderAcceptable ) && 1 === (int) $itemOrderAcceptable ) ? ' checked="checked"' : ''; $itemShipping = $product['itemShipping']; $itemDeliveryMethod = $product['itemDeliveryMethod']; $itemShippingCharge = $product['itemShippingCharge']; $itemIndividualSCharge = $product['itemIndividualSCharge']; /*************************************** 30 */ $usces_referer = ( isset( $_REQUEST['usces_referer'] ) ) ? $_REQUEST['usces_referer'] : ''; ?> post_status ) && 'draft' !== $post->post_status ) { wp_original_referer_field( true, 'previous' ); } wel_esc_script_e( $form_extra ); wp_nonce_field( 'autosave', 'autosavenonce', false ); wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); $nonce_action = 'duplicate_post_' . $post->ID; // アクション名を特定の投稿に紐付ける $url = esc_url( USCES_ADMIN_URL ) . '?page=usces_itemedit&action=duplicate&post=' . $post->ID . '&usces_referer=' . urlencode( esc_url( $usces_referer ) ); $nonce_url = wp_nonce_url( $url, $nonce_action ); ?>
' . __( 'Business package discount', 'usces' ) . ''; echo apply_filters( 'usces_item_master_gp_row', $gp_row, $post_ID ); ?>
' ); ?>
%()
1.' . sprintf( __( 'in more than%s%s%s%s%s %s%s%s,', 'usces' ), '') . '' . __( '%discount', 'usces' ) . '(' . __( 'Unit price', 'usces' ) . ')
2.' . sprintf( __( 'in more than%s%s%s%s%s %s%s%s,', 'usces' ), '') . '' . __( '%discount', 'usces' ) . '(' . __( 'Unit price', 'usces' ) . ')
3.' . sprintf( __( 'in more than%s%s%s%s%s %s%s%s,', 'usces' ), '') . '' . __( '%discount', 'usces' ) . '(' . __( 'Unit price', 'usces' ) . ')
' . __( 'estimated shipping date', 'usces' ) . '
' . __( 'shipping option', 'usces' ) . ' '; $delivery_methods = ( isset( $this->options['delivery_method'] ) && is_array( $this->options['delivery_method'] ) ) ? $this->options['delivery_method'] : array(); if ( count( $delivery_methods ) === 0 ) { $second_section .= __( '* Please register an item, after you finished delivery setting!', 'usces' ); } else { foreach ( $delivery_methods as $deli ) { $second_section .= '
' . __( 'Shipping', 'usces' ) . '
' . __( 'Postage individual charging', 'usces' ) . '

SKU

get_skus($post_ID); $skus = isset( $product['_sku'] ) ? $product['_sku'] : array(); list_item_sku_meta( $skus ); item_sku_meta_form(); ?>

ID ); $shortlink = wp_get_shortlink( $post->ID, 'post' ); if ( ! empty( $shortlink ) ) { $sample_permalink_html .= '' . __( 'Get Shortlink' ) . ''; } if ( ! ( 'pending' === $post->post_status && ! current_user_can( $post_type_object->cap->publish_posts ) ) ) { ?>
ID ) && ! empty( $sample_permalink_html ) && 'auto-draft' !== $post->post_status ) { wel_esc_script_e( $sample_permalink_html ); } ?>
' ) ) { wp_editor( $post->post_content, 'content', array( 'dfw' => true, 'tabindex' => 1 ) ); // } else { // the_editor( $post->post_content ); // } ?>
  post_status ) { echo ''; $last_user = get_userdata( get_post_meta( $post_ID, '_edit_last', true ) ); if ( $last_user ) { /* translators: 1: Name of most recent post author, 2: Post edited date, 3: Post edited time. */ printf( __( 'Last edited by %1$s on %2$s at %3$s' ), esc_html( $last_user->display_name ), mysql2date( __( 'F j, Y' ), $post->post_modified ), mysql2date( __( 'g:i a' ), $post->post_modified ) ); } else { if ( isset( $post->post_modified ) ) { /* translators: 1: Post edited date, 2: Post edited time. */ printf( __( 'Last edited on %1$s at %2$s' ), mysql2date( __( 'F j, Y' ), $post->post_modified ), mysql2date( __( 'g:i a' ), $post->post_modified ) ); } } echo ''; } ?>

post_title ) && '' === $post->post_title ) || ( isset( $_GET['message'] ) && 2 > $_GET['message'] ) ) : ?> =' ) ? '#category-all ul#categorychecklist input[type="checkbox"][id*="in-category-' . USCES_ITEM_CAT_PARENT_ID . '-"]' : '#in-category-' . USCES_ITEM_CAT_PARENT_ID; ?>