-
# Overview of tasks
At the beginning of April, I was assigned a bounty to refactor & migrate the Equalify API from PHP/MySQL over to Node.js/PostgreSQL.
Although most of the heavy lifting has been…
-
### Context
WPCS is discussing https://github.com/WordPress/WordPress-Coding-Standards/issues/2241#issuecomment-1603481798
I was thinking, maybe this is something CP can explore (in v2?)
I am n…
-
Your plugin has had to be temporarily withdrawn from the WordPress.org Plugin Directory due to a security bug.
https://wordpress.org/plugins/wp-user-profile-avatar/
For the next 60 days, your pl…
-
The tracking architecture will be refactored and merged into core in phases.
## Phase 1: Documentation
The architecture will be completely documented, technically and otherwise. The build process …
-
Here's how the Date field looks in the Pages data view:
It's not clear which date is being referred to. Specifically; is it the publish date, the modified date, or something else? This detail i…
-
### Description
Need to add `@global` in scripts-modules.php & client-assets.php files.
**1. Need to add global documentation in below files:**
- gutenberg/lib/compat/wordpress-6.5/scripts-mod…
-
This is a rolling discussion for a new monthly series that is intended to keep track of the items, PRs, Trac tickets, and Make blog posts that are interesting/important for developers. The goal is to …
-
**Description**
Not only the legal and ethical aspect, but also within the security. It is requires to detect whether data breach, phishing, and etc. This enabling to gain user trust and allow to con…
2Jus2 updated
6 months ago
-
**Describe the bug**
Getting PHP errors in the GitHub action build. But it works with my other repo properly. I'm trying to make the GitHub action and running code quality checking after the push of …
-
The `no_unused_imports` fix is removing imports of the same namespace.
Removing imports of the same namespace can be harmful: It makes it more difficult to move the code in an other namespace later…