Block or Report
Block or report Chouby
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
vip-mu-plugins-public Public
Forked from Automattic/vip-go-mu-plugins-built
The MU plugins directory for WordPress.com VIP Go next generation hosting platform
PHP
-
vip-go-mu-plugins Public
Forked from Automattic/vip-go-mu-plugins
The 'must use' plugins on the VIP Go platform.
JavaScript
-
vip-code-performance Public
Forked from Automattic/vip-code-performance
A plugin that helps every site benefit from the performance features built into WordPress.com VIP
PHP
-
woocommerce Public
Forked from woocommerce/woocommerce
An open source eCommerce plugin for WordPress.
PHP
-
EDD-License-handler Public
Forked from awesomemotive/EDD-License-handler
License / updater handler for Easy Digital Downloads extensions
PHP
-
627 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 5 commits in 1 repository
Created 1 repository
Created a pull request in Yoast/duplicate-post that received 5 comments
Fix deprecated notice when using PHP 8.1+
The issue
Running Duplicate Post with PHP 8.1 fires a deprecated notice:
Deprecated: trim(): Passing null to parameter #1 ($string) of type string …
Opened 3 other pull requests in 1 repository
polylang/polylang
3
merged
Reviewed 9 pull requests in 1 repository
polylang/polylang
9 pull requests
- Fixes PLL_Language::get_prop()
-
New parameter
hide_default
inPLL_Model::get_languages_list()
. -
New
PLL_Model::get_default_language()
method. -
New
$is_default
property inPLL_Language
. - Adds a test to check if there is a translation group after deleting a term translation.
- Simplify code to get objects with no language
- Tests post language
- Prevent deprecation warnings in API functions
- Don't cache incomplete languages list