|
16 | 16 | Terms of Service
|
17 | 17 | ----------------
|
18 | 18 |
|
19 |
| -_Last Updated: March 30, 2021_ |
| 19 | +_Last Updated: May 5, 2021_ |
20 | 20 |
|
21 | 21 | The Gist
|
22 | 22 | --------
|
@@ -99,7 +99,7 @@ Please note that additional third-party terms and conditions may apply to Conten
|
99 | 99 |
|
100 | 100 | ### a. Automattic Fees
|
101 | 101 |
|
102 |
| -**Fees for Paid Services.** Some of our Services are offered for a fee, like [WordPress.com plans](https://wordpress.com/pricing/), [WooCommerce themes or extensions](https://woocommerce.com/), [Jetpack plans](https://jetpack.com/pricing/), [Jetpack CRM bundles](https://jetpackcrm.com/pricing/), [VaultPress plans](https://vaultpress.com/plans/), [Happy Tools](https://happy.tools/), [MailPoet plans](https://account.mailpoet.com/), the [Payments feature](https://en.support.wordpress.com/recurring-payments-button/), [WooCommerce Payments](https://docs.woocommerce.com/document/payments/faq/fees/), [Email](https://wordpress.com/support/add-email/adding-email-powered-by-titan-to-your-site/), and [domain registration and renewal](https://en.support.wordpress.com/domains/domain-pricing-and-available-tlds/) (collectively, “Paid Services”). By using a Paid Service, you agree to pay the specified fees. Depending on the Paid Service, there may be one-time fees, recurring fees, or revenue-based fees. For recurring fees, we’ll bill or charge you in the automatically-renewing interval (such as monthly, annually, or biennially) you select, on a pre-pay basis until you cancel, which you can do at any time by contacting the relevant support team. For revenue-based fees — such as [fees for the Payments feature](https://en.support.wordpress.com/recurring-payments-button/#related-fees) — you pay us a percentage of the revenue your website generates. Revenue-based fees are ongoing. |
| 102 | +**Fees for Paid Services.** Some of our Services are offered for a fee, like [WordPress.com plans](https://wordpress.com/pricing/), [WooCommerce themes or extensions](https://woocommerce.com/), [Jetpack plans](https://jetpack.com/pricing/), [Jetpack CRM bundles](https://jetpackcrm.com/pricing/), [VaultPress plans](https://vaultpress.com/plans/), [Happy Tools](https://happy.tools/), [MailPoet plans](https://account.mailpoet.com/), the [Payments feature](https://en.support.wordpress.com/recurring-payments-button/), [WooCommerce Payments](https://docs.woocommerce.com/document/payments/faq/fees/), [Email](https://wordpress.com/support/add-email/adding-email-powered-by-titan-to-your-site/), and [domain registration and renewal](https://en.support.wordpress.com/domains/domain-pricing-and-available-tlds/) (collectively, “Paid Services”). By using a Paid Service, you agree to pay the specified fees. Depending on the Paid Service, there may be one-time fees, recurring fees, or revenue-based fees. For recurring fees, we’ll bill or charge you in the automatically-renewing interval (such as monthly, annually, or biennially) you select, on a pre-pay basis until you cancel, which you can do at any time by contacting the relevant support team. For revenue-based fees — such as [fees for the Payments feature](https://wordpress.com/support/wordpress-editor/blocks/payments/#related-fees) — you pay us a percentage of the revenue your website generates. Revenue-based fees are ongoing. |
103 | 103 |
|
104 | 104 | **Taxes.** To the extent permitted by law, or unless explicitly stated otherwise, all fees do not include applicable federal, provincial, state, local or other governmental sales, value-added, goods and services, harmonized or other taxes, fees, or charges (“Taxes”). You’re responsible for paying all applicable Taxes relating to your use of our Services, your payments, or your purchases. If we’re obligated to pay or collect Taxes on the fees you’ve paid or will pay, you’re responsible for those Taxes, and we may collect payment.
|
105 | 105 |
|
@@ -420,13 +420,13 @@ Automattic may assign its rights under the Agreement without condition. You may
|
420 | 420 | * [Matt Mullenweg](https://ma.tt/ "Founder of Automattic, example of what WordPress can do")
|
421 | 421 | * [We are hiring PHP developers. Join us!](https://automattic.com/work-with-us/code-wrangler/?utm_source=h4&utm_campaign=cw-php-we "We are super nice :-)")
|
422 | 422 |
|
423 |
| -An [Automattic](https://automattic.com/) Experiment |
| 423 | +An [Automattic](https://automattic.com/) Opus |
424 | 424 |
|
425 | 425 | var cwLink = document.getElementById( 'code-wrangler' ); var alternatives = \[ {text: 'We are hiring PHP developers. Join us!', campaign: 'cw-php-we'}, {text: 'Automattic is hiring PHP developers. Join us!', campaign: 'cw-php-a8c'}, {text: 'Automattic is hiring backend developers. Join us!', campaign: 'cw-backend-a8c'}, {text: 'We are hiring backend developers. Join us!', campaign: 'cw-backend-we'}, {text: 'Automattic is hiring PHP developers anywhere in the world. Join us!', campaign: 'cw-php-a8c-anywhere'}, {text: 'Automattic is hiring backend developers anywhere in the world. Join us!', campaign: 'cw-backend-a8c-anywhere'}, {text: "<?php find\_developers( \['language' => 'PHP', 'specialty' => 'scaling', 'location' => ANYWHERE \] )", campaign: 'cw-phpcode'}, \]; var sourceAlternatives = { jetpackcom: \[ {text: 'Know PHP and want to improve Jetpack? Join us!', campaign: 'cw-knowphp-jetpack'}, {text: 'Know PHP and want to improve Jetpack from anywhere in the world? Join us!', campaign: 'cw-knowphp-jetpack-anywhere'}, \], h4: \[ {text: 'Know PHP and want to improve WordPress.com? Join us!', campaign: 'cw-knowphp-wpcom'}, {text: 'Know PHP and want to improve WordPress.com from anywhere in the world? Join us!', campaign: 'cw-knowphp-wpcom-anywhere'}, \], homepage: \[ {text: 'Know PHP and want to improve WordPress.com? Join us!', campaign: 'cw-knowphp-wpcom'}, {text: 'Know PHP and want to improve WordPress.com from anywhere in the world? Join us!', campaign: 'cw-knowphp-wpcom-anywhere'}, \], } if ( sourceAlternatives\[ 'h4' \] ) { alternatives = alternatives.concat( sourceAlternatives\[ 'h4' \] ); } var chosen = alternatives\[ Math.floor( Math.random() \* alternatives.length ) \]; cwLink.href = 'https://automattic.com/work-with-us/code-wrangler/?utm\_source=h4&utm\_medium=link&utm\_campaign=' + chosen.campaign; cwLink.innerHTML = chosen.text;
|
426 | 426 |
|
427 | 427 | <!-- addLoadEvent(function(){jQuery('#user\_login').focus();}); // --> if ( window.top !== window.self ) { if ( window.top.location.hostname !== window.self.location.hostname || window.top.location.protocol !== window.top.location.protocol ) { window.top.location.href = window.self.location.href; } } var WPGroHo = {"my\_hash":""}; // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile\_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my\_hash = WPGroHo.my\_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )();
|
428 | 428 |
|
429 |
| -var comment\_like\_text = {"loading":"Loading..."}; // <!\[CDATA\[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')\[0\]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // \]\]> \_tkq = window.\_tkq || \[\]; \_stq = window.\_stq || \[\]; \_tkq.push(\['storeContext', {'blog\_id':'1','blog\_tz':'0','user\_lang':'en','blog\_lang':'en','user\_id':'0'}\]); \_stq.push(\['view', {'blog':'1','v':'wpcom','tz':'0','user\_id':'0','post':'260','subd':'wordpress.com'}\]); \_stq.push(\['extra', {'crypt':'UE5VRnhUZ2VGQSYvTVglSnBOaVR1Jk9bYn5tNmJ+TXolcGJkQ1ouL3Zddko0NmdGLl12T0JRc2ssaTdYej1CL3UmTi1oRTJwOTk9SU9MalY/TVp4NkZGJWZRZkkwPzdGMnhmbWVlOX54ditYSjZxc1Z4aWQ0NnVBa1JMa2dsTi1VLVlJfjBhUENGW3pOeS1oK19tdkhERXRLdlF1Z34vOVJORXBDMXpVdGkmRCZLdmg4YWpkRXl0X1AwWiVRREpbT0JmWzhZTjNnfk9FMn5PMHBOP2M9YmZtTDNfVmpCST1lOH4wQVlEJj9kPWpRS1QxOEEmTVpVNUVRfGsrYXlXNFd6VXc0clAlbFovfDg9Ky8lN1FbRy5BeXIt'}\]); \_stq.push(\[ 'clickTrackerInit', '1', '260' \]); |
| 429 | +var comment\_like\_text = {"loading":"Loading..."}; // <!\[CDATA\[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')\[0\]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // \]\]> \_tkq = window.\_tkq || \[\]; \_stq = window.\_stq || \[\]; \_tkq.push(\['storeContext', {'blog\_id':'1','blog\_tz':'0','user\_lang':'en','blog\_lang':'en','user\_id':'0'}\]); \_stq.push(\['view', {'blog':'1','v':'wpcom','tz':'0','user\_id':'0','post':'260','subd':'wordpress.com'}\]); \_stq.push(\['extra', {'crypt':'UE5VRnhUZ2VGQSYvTVglSnBOaVR1Jk9bYn5tNmJ+TXolcGJkQ1ouL3Zddko0NmdGLl12T0JRc2ssaTdYej1CL3UmTi1oRTJwOTk9SU9MalY/TVp4NkZGJWZRZkkwPzdGMnhmbWVlOX54ditYSjZxc1Z4aWQ0NnVBa1JMa2dsTi1VLVlJfjBhUENGW3pOeS1oK19tdkhERXRLdlF1Z34vOVJORXBDMXpVdGkmRDdwNWY0anVJdFhIemozVndac1dMdDksPXIuWGhjaEp1OFtwZlk/Jm5BPzhvZmhHb0h2UnJGdyxoa0VpTlhJaGddR015Nmhsdk0xYzV2WExEWVhqZnRJbEwwJU84fEJaWHIsQm9rWTN+b19VanUt'}\]); \_stq.push(\[ 'clickTrackerInit', '1', '260' \]); |
430 | 430 |
|
431 | 431 | 
|
432 | 432 |
|
|
0 commit comments