Skip to content

Instantly share code, notes, and snippets.

@kafleg
Last active September 8, 2019 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kafleg/e262ceeaf8c51295852bbe0e075904db to your computer and use it in GitHub Desktop.
Save kafleg/e262ceeaf8c51295852bbe0e075904db to your computer and use it in GitHub Desktop.
This is the requirements text of theme review guidelines
* Promotional text on screenshot are not allowed. Please replace it with some lorem text.
* Use the below code just below the body tag. https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/
{{{ //wp_body_open hook from WordPress 5.2
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
}
}}}
* Authors who wish to have their theme in the .org repo must not sell or distribute WordPress themes or plugins that are not GPL licensed or 100% GPL Compatible.
* Your site needs to state explicitly that the products you're selling are GPL compatible. It needs to be in an easy-to-find place for the reviewer and customers
@kafleg
Copy link
Author

kafleg commented Sep 8, 2019

Fred WordPress Theme, Copyright 2012 Joe Smith
Fred is distributed under the terms of the GNU GPL

Fred WordPress Theme is child theme of Fred, Copyright 2012 Joe Smith
Fred is distributed under the terms of the GNU GPL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment