Ethan Clevenger

Results 34 issues of Ethan Clevenger

## Description of Problem PHP deprecation message: ``` PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in xxxxxxxxxxxxxxxx\wp-content\plugins\simple-lightbox\includes\class.utilities.php on line 545 ``` In the...

support
compat:php

## Issue Description The code example currently on this page will throw PHP notices when running WP-CLI commands, potentially in other situations in which `wp-config.php` is loaded outside the context...

documentation
enhancement
good first issue

In an effort to automate as much of running client updates each month as I can, I currently have a script that will crawl through a configured list of directories...

The following CSS is being applied once the plugin is activated: ``` .h1 { height: 1rem; } ``` Anyone using Bootstrap classes is going to suddenly find their top-level headings...