_render_strategy = $this->_registry->get( 'http.response.render.strategy.redirect' ); } /* (non-PHPdoc) * @see Ai1ec_Command::do_execute() */ public function do_execute() { $this->_registry->get( 'calendar.updates' )->clear_transients(); return array ( 'url' => ai1ec_admin_url( 'plugins.php' ), 'query_args' => array () ); } }