Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #51092


Ignore:
Timestamp:
08/21/2020 10:08:37 AM (3 years ago)
Author:
carike
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51092 – Description

    v1 v2  
    136136            }
    137137         }
     138      },
     139      "MonetizationPractices": {
     140         "type": "object",
     141         "properties": {
     142            "UpsellingInWPAdmin": {
     143               "description": "Does this code promote a paid version, or extensions, or other products or services from the same author(s)?",
     144               "type": "boolean"
     145            },
     146            "AsksForBackLinks": {
     147               "description": "Does this code contain or generate, or ask the site owner / admin for permission to generate, backlinks?",
     148               "type": "boolean"
     149            },
     150            "AffiliateLinks": {
     151               "description": "Does this code contain, or generate affiliate links - i.e. links from which the author may receive conditional compensation, whether in money, or in kind?",
     152               "type": "boolean"
     153            },
     154            "PaidPromotion": {
     155               "description": "Does the code contain, or generate promotions or recommendations for any products or services not directly under the control of the author(s), for which the author(s) receive any compensation, whether in money, or in kind?",
     156               "type": "boolean"
     157            }
     158         }
    138159      }