-
Need a decision on whether to converge the info on https://developer.wordpress.org/apis/wp-config-php/ with https://docs.classicpress.net/user-guides/editing-wp-config-php/ I don't see the need to s…
-
Activating CC causes a meta _generator_ tag to be added to the header after ClassicPress' own generator tag. To me, having two generator tags _seems_ invalid, however, after reviewing the specs [here]…
-
We don't have locale-specific builds of ClassicPress yet, so all migration will need to happen using the default `en_US` build until those are ready.
I tested the migration process using an `es_ES`…
-
Currently if you want to replace something using a call to an external API you need to use some hacks: https://github.com/ClassicPress/ClassicPress/pull/496/files#diff-2e5af0be9bc4d0bc2b8d274f4d9ccd59…
nylen updated
3 years ago
-
It might be a good idea to have some automated help tracking changes that CC has accepted from WooCommerce.
For ClassicPress this needs to be a custom tool, since WordPress is developed on SVN and …
nylen updated
3 years ago
-
https://docs.classicpress.net/plugin-guidelines/plugin-header-requirements/ says (yeah, I have had written that myself in past) that:
> Requires at least: The lowest WordPress version that the plugin…
-
### Context
Sometimes a WP core update gets pushed onto a CP site. We need to figure out a way to prevent that from happening, while still allowing CP core updates.
### Possible implementation …
-
This issue is created to continue the discussion started in [the forum](https://forums.classicpress.net/t/plugin-theme-updates-directory-integration/4558/41) about adding WordPress.org repository as a…
-
Child pages should be added into navigation chain somehow.
For example, at the moment there is no way to discover the [Security page](https://docs.classicpress.net/developing-classicpress/security…
-
This changes a setting that gets loaded into the database when CP initially installs, so that comments are turned off by default, not on.
- https://github.com/ClassicPress/ClassicPress/pull/1110