Making WordPress.org


Ignore:
Timestamp:
07/15/2026 10:29:43 PM (8 weeks ago)
Author:
obenland
Message:

Plugin Directory: Clarify guidlines on "Add your plugin" page.

Props frantorres, obenland.
Closes https://github.com/WordPress/wordpress.org/pull/696.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php

    r13767 r14974  
    3131                        <?php
    3232                        /* translators: URL to licence list. */
    33                         printf( wp_kses_post( __( 'Your plugin must be compatible with the <a href="%s">GNU General Public License v2</a>, or any later version. We strongly recommend using the same license as WordPress — &#8220;GPLv2 or later.&#8221;', 'wporg-plugins' ) ), esc_url( 'https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) );
     33                        printf( wp_kses_post( __( 'Your plugin must be compatible with the <a href="%s">GNU General Public License v2</a>, or any later version. The plugin should either include its human-readable source code or provide a clear, accessible link to it. We strongly recommend using the same license as WordPress — &#8220;GPLv2 or later.&#8221;', 'wporg-plugins' ) ), esc_url( 'https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses' ) );
     34                        ?>
     35                </li>
     36                <li>
     37                        <?php
     38                        /* translators: URL to guidelines. */
     39                        printf( wp_kses_post( __( 'The plugin <a href="%s" target="_blank">must not impose artificial restrictions on its built-in functionality</a>. This includes license gates, paywalls, time-limited trials, usage quotas, or any other mechanism that limits features included in the plugin code and/or that the plugin code can do.', 'wporg-plugins' ) ), esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#5-trialware-is-not-permitted' ) );
    3440                        ?>
    3541                </li>
Note: See TracChangeset for help on using the changeset viewer.