thorization' => 'Bearer YOUR_API_TOKEN', ), ), ) ); new WPCOM_JSON_API_Update_Post_v1_1_Endpoint( array( 'description' => 'Restore a post or page from the trash to its previous status.', 'group' => 'posts', 'stat' => 'posts:1:restore', 'min_version' => '1.1', 'max_version' => '1.1', 'method' => 'POST', 'path' => '/sites/%s/posts/%d/restore', 'path_labels' => array( '$site' => '(int|string) Site ID or domain', '$post_ID' => '(int) The post ID', ), 'example_request' => 'https://public-api.wordpress.com/rest/v1.1/sites/82974409/posts/$post_ID/restore/', 'example_request_data' => array( 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN', ), ), ) ); // phpcs:disable PEAR.NamingConventions.ValidClassName.Invalid /** * Update post v1.1 endpoint class. */ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_Endpoint { /** * WPCOM_JSON_API_Update_Post_v1_1_Endpoint constructor. * * @param array $args Args. */ public function __construct( $args ) { parent::__construct( $args ); if ( $this->api->ends_with( $this->path, '/delete' ) ) { $this->post_object_format['status']['deleted'] = 'The post has been deleted permanently.'; } } /** * Update post API v1.1 callback. * * /sites/%s/posts/new -> $blog_id * /sites/%s/posts/%d -> $blog_id, $post_id * /sites/%s/posts/%d/delete -> $blog_id, $post_id * /sites/%s/posts/%d/restore -> $blog_id, $post_id * * @param string $path API path. * @param int $blog_id Blog ID. * @param int $post_id Post ID. * * @return array|bool|WP_Error */ public function callback( $path = '', $blog_id = 0, $post_id = 0 ) { $blog_id = $this->api->switch_to_blog_and_validate_user( $this->api->get_blog_id( $blog_id ) ); if ( is_wp_error( $blog_id ) ) { return $blog_id; } if ( $this->api->ends_with( $path, '/delete' ) ) { return $this->delete_post( $path, $blog_id, $post_id ); } elseif ( $this->api->ends_with( $path, '/restore' ) ) { return $this->restore_post( $path, $blog_id, $post_id ); } else { return $this->write_post( $path, $blog_id, $post_id ); } } /** * Create or update a post. * * /sites/%s/posts/new -> $blog_id * /sites/%s/posts/%d -> $blog_id, $post_id * * @param string $path API path. * @param int $blog_id Blog ID. * @param int $post_id Post ID. */ public function write_post( $path, $blog_id, $post_id ) { $delete_featured_image = null; $media_results = array(); $post = null; global $wpdb; $new = $this->api->ends_with( $path, '/new' ); $args = $this->query_args(); // unhook publicize, it's hooked again later -- without this, skipping services is impossible. if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { remove_action( 'save_post', array( $GLOBALS['publicize_ui']->publicize, 'async_publicize_post' ), 100, 2 ); add_action( 'rest_api_inserted_post', array( $GLOBALS['publicize_ui']->publicize, 'async_publicize_post' ) ); if ( $this->should_load_theme_functions( $post_id ) ) { $this->load_theme_functions(); } } if ( $new ) { $input = $this->input( true ); // 'future' is an alias for 'publish' for now if ( 'future' === $input['status'] ) { $input['status'] = 'publish'; } // default to post. if ( empty( $input['type'] ) ) { $input['type'] = 'post'; } if ( 'revision' === $input['type'] ) { if ( ! isset( $input['parent'] ) ) { return new WP_Error( 'invalid_input', 'Invalid request input', 400 ); } $input['status'] = 'inherit'; // force inherit for revision t History of Sears Building Conversions -

History of Sears Building Conversions

Over the years, many vacant Sears buildings across the country have been converted to various uses, including:

  1. Mixed-use developments: Combining retail, office, and residential spaces. For example, the Sears building in Minneapolis was converted into the Midtown Global Market, a cultural and commercial center with food stalls, shops, and office space.
  2. Offices: Conversion to office, often for technology and creative companies. For example, the Sears building in Oakland, California, was converted into the Uptown Station, a mixed-use development that includes office space for Square, a financial services company.
  3. Apartments: Conversion to apartments, often for affordable or market-rate housing. For example, the Sears building in San Francisco was converted into a mixed-use development that includes 27 floors of apartments and retail and office space.
  4. Hotels: Some Sears buildings have been converted into hotels, often preserving historic architecture and features. For example, the Sears building in Atlanta, Georgia, was converted into the Ponce City Market, a mixed-use development that includes a hotel, office space, and retail.

However, if we consider conversions into new uses, the most popular Sears department store conversion is likely the Sears building in Minneapolis, Minnesota, which was converted into the Midtown Global Market. The market features food stalls, shops, and office space and has become a popular destination for locals and tourists. The conversion of the building was completed in 2006 and has been credited with helping to revitalize the surrounding neighborhood.

There are several reasons why there may be hesitance in the commercial real estate market for department store conversions.

  1. The Cost of converting a large department store can be high, and developers may hesitate to take on such a large and complex project. There may also be zoning or regulatory issues that need to be addressed, as well as challenges in securing financing for the project.
  2. The location may not be suitable for the intended use of the converted space. For example, a department store in a suburban area may need to be better suited for a mixed-use development with residential units.
  3. The long-term viability of specific commercial uses, such as office space or retail, could impact the conversion project’s profitability.
  4. Retail is rapidly evolving due to e-commerce and changes in consumer behavior, which can create uncertainty around future demand for retail space.

Overall, significant box department store conversions have provided opportunities to repurpose large retail spaces, often in suburban areas, into new and innovative uses that serve the needs of local communities. These conversions can help to revitalize underutilized spaces, bring new businesses and services to the area, and create opportunities for economic growth.

EJR Group is currently working on a vacant Sears conversion for one of our Clients. We’re excited about the opportunity to solve this quiz creatively. Stay tuned for updates!