Juliette Reinders Folmer
@jrf on WordPress.org and Slack
- Member Since: August 18th, 2010
- Location: Amsterdam, The Netherlands
- Website: nl.linkedin.com/in/julietterf
- GitHub: jrfnl
- Job Title: Self employed & available for hire
- Employer: Advies en zo
Contributions
Contribution History
Juliette Reinders Folmer’s badges:- bbPress Contributor bbPress Contributor
- Core Contributor Core Contributor
- Documentation Contributor Documentation Contributor
- Meta Contributor Meta Contributor
- Plugin Developer Plugin Developer
- Tide Contributor Tide Contributor
- Translation Contributor Translation Contributor
- WordCamp Speaker WordCamp Speaker
- WP-CLI Contributor WP-CLI Contributor
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
I would if I could... I honestly don't know what's currently the central hub for…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Glad you like it :joy:1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Glad you agree. My use of notorious meant exactly that and is why the use…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Interesting, but not all that applicable. Using JS tooling for JS and PHP tooling for…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
@azaozz I understand your suggestion for splitting it in several posts and will keep it…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
If `array` type declarations would be introduced in those places, it would be a breaking…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
That's already disallowed: https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#error-control-operator1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Please join the discussion about the future architecture of WordPress for that. This article is…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Sorry, just checking - but what about my statement isn't true ? Your example, to…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Thanks for your kind words!1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Good point. I've added an extra example now.1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
That's under the new rules allowed, but not required.1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Yes. What do you think is wrong with it ?1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
These standards are for the whole WP community and will apply to WP Core development.…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
PSR2 has been superseded by PSR12, so PSR2 is not relevant anymore. A lot of…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Dev-convenience should not be a reason for bad choices for production. Regen of a classmap…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Plugins have the freedom to deviate from the above, if they so choose. As side-note:…1 month ago
-
Wrote a new post, Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Until May last year, contributions to WordPress Core were bound to PHP 5.2 syntax and…1 month ago
-
Posted a reply to Plugin not working, on the site WordPress.org Forums:
@delhistreet This is not a problem with this plugin. This is typically caused by a…2 months ago
-
Posted a reply to Cannot Activate/Deactivate Themes, on the site WordPress.org Forums:
@jp3 Yup: the bigger problem is plugin dependency management missing in WP Core, which is…2 months ago
-
Posted a reply to Cannot Activate/Deactivate Themes, on the site WordPress.org Forums:
@jp3 This is not an issue with this plugin, but with the themes you are…2 months ago
-
Created a new ticket, #3300, in bbPress Trac:
PHP 7.0 cross-version compatibility issue5 months ago
-
Created a new ticket, #3299, in bbPress Trac:
PHP 7.4: fix compatibility issue5 months ago
-
Reopened ticket #3294, in bbPress Trac:
Add PHPCS with custom bbPress ruleset5 months ago
-
Created a new ticket, #3298, in bbPress Trac:
Add/fix required PHP version5 months ago
-
Reopened ticket #18322, in Core Trac:
The Road to Magic Quotes Sanity5 months ago
-
Wrote a comment on the post WP 5.3: Introducing the spread operator, on the site Make WordPress Core:
@danc1803 Please open an issue on the support forums providing (a lot) more information as…5 months ago
-
Wrote a comment on the post WP 5.3: Introducing the spread operator, on the site Make WordPress Core:
Thank you!7 months ago
-
Wrote a comment on the post WP 5.3: Introducing the spread operator, on the site Make WordPress Core:
+make.wordpress.org/plugins +make.wordpress.org/themes7 months ago
-
Wrote a new post, WP 5.3: Introducing the spread operator, on the site Make WordPress Core:
In WordPress 5.3, the PHP 5.6 spread operator has been introduced to WordPress in a…7 months ago
-
Created a new ticket, #48255, in Core Trac:
Consistent deprecation of action and filter hooks7 months ago
-
Created a new ticket, #48254, in Core Trac:
Consistent file deprecation7 months ago
-
Created a new ticket, #48252, in Core Trac:
Consistent deprecation of PHP 4 constructors7 months ago
-
Created a new ticket, #48251, in Core Trac:
Remove "private" assignation from _deprecated_...() and _doing_it_wrong()7 months ago
-
Closed ticket #48247, in Core Trac:
Adjust function signature of WPorg_Handbook_Walker::walk()7 months ago
-
Created a new ticket, #48247, in Core Trac:
Adjust function signature of WPorg_Handbook_Walker::walk()7 months ago
-
Closed ticket #47783, in Core Trac:
PHP 7.4: Deprecations7 months ago
-
Reopened ticket #39868, in Core Trac:
add unit tests for wp_validate_boolean() in function.php7 months ago
-
Created a new ticket, #48091, in Core Trac:
Remove conditional use of PHP stream_get_contents()7 months ago
-
Posted a reply to Running the php compatibility checker from the Linux command line, on the site WordPress.org Forums:
@arthurpeabody Pro-tip: use --runtime-set testVersion 7.2- to test for compatibility with PHP 7.2 and higher.8 months ago
-
Posted a reply to Running the php compatibility checker from the Linux command line, on the site WordPress.org Forums:
@arthurpeabody Try using the PHPCompatibility project proper instead and use it with --extensions=php. Let me…8 months ago
-
Posted a reply to Running the php compatibility checker from the Linux command line, on the site WordPress.org Forums:
1. If you want to be able to use the wp command, you'll need to…8 months ago
-
Posted a reply to Error during setup, on the site WordPress.org Forums:
Hi @soulipsyz This is typically caused by a theme author having done an incorrect search…8 months ago
-
Posted a reply to TGMPA conflict, on the site WordPress.org Forums:
Sorry, but that is not the right solution. The problem is that the theme author…9 months ago
-
Posted a reply to Images gone – caching issue, on the site WordPress.org Forums:
Thank you for sharing that! I'm sure it'll be helpful to someone ;-)9 months ago
-
Posted a reply to Warning: sprintf(): Too few arguments, on the site WordPress.org Forums:
> Ultimately it looks like the TGMPA plugin has been all but abandoned. Not really,…9 months ago
-
Posted a reply to Notice: Undefined index: blocked_ip_msg, on the site WordPress.org Forums:
This has been fixed in the latest release (3.1.0).11 months ago
-
Posted a reply to Works like a charm, on the site WordPress.org Forums:
So happy to hear that. Glad it helped you solve the snafu.11 months ago
-
Wrote a comment on the post Coding Standards Updates for PHP 5.6, on the site Make WordPress Core:
It's not about whether a variable if only used once in the scope of the…1 year ago
Developer
-
Adminbar Link Comments to Pending
Active Installs: 90+
-
Adminbar No Customizer
Active Installs: Less than 10
-
Debug Bar Constants
Active Installs: 200+
-
Debug Bar List Script & Style Dependencies
Active Installs: 700+
-
Debug Bar Localization
Active Installs: 40+
-
Debug Bar Plugin Activation
Active Installs: 20+
-
Debug Bar Post Types
Active Installs: 200+
-
Debug Bar Screen Info
Active Installs: 100+
-
Debug Bar Shortcodes
Active Installs: 100+
-
Debug Bar Taxonomies
Active Installs: 100+
-
Known Plugin Dependencies
Active Installs: 10+
-
Plugin Notes
Active Installs: 2,000+
Contributor
-
Debug Bar
Active Installs: 30,000+
-
Debug Bar Actions and Filters Addon
Active Installs: 1,000+
-
MimeTypes Link Icons
Active Installs: 10,000+
-
Plugin Dependencies
Active Installs: 1,000+
-
Print, PDF, Email by PrintFriendly
Active Installs: 50,000+
-
WordPress Zero Spam
Active Installs: 30,000+
Plugins
-
Admin Columns
-
Better Internal Link Search
-
Broken Link Checker
-
Child Theme Check
-
Debug Bar
-
Debug Bar Actions and Filters Addon
-
Email Before Download
-
Exclude Pages
-
GDPR Cookie Consent
-
InfiniteWP Client
-
iThemes Security (formerly Better WP Security)
-
Jetpack by WordPress.com
-
MailPoet Newsletters (Previous)
-
Manual Control for Jetpack
-
MimeTypes Link Icons
-
Networks for WordPress
-
Plugin Notes
-
Redirection
-
Relevanssi - A Better Search
-
Simple Page Ordering
-
Social Media Stats
-
Stream
-
TinyMCE Advanced
-
Warm Cache
-
Which Template
-
WordPress Popular Posts
-
WP DoNotTrack
-
WP Rollback
-
WP Updates Notifier
-
WP-Cron Control
-
WP-Optimize - Clean, Compress, Cache.
-
Yoast SEO