Andy Fragen
@afragen on WordPress.org and Slack
- Member Since: August 24th, 2010
- Location: Southern California
- Website: thefragens.com
- GitHub: afragen
- Job Title: Trauma/Acute Care Surgeon
- Employer: Git Updater
Bio
Contributions
Contribution History
Andy Fragen’s badges:- Core Contributor
- Core Team
- Meta Contributor
- Plugin Developer
- WordCamp Speaker
-
Created ticket #55466 on Core Trac:
Build Tools: create Docker test environment that use non-direct filesystems -
Closed ticket #53318 on Core Trac:
FTPext method exists() returns always false for files! -
Submitted pull request #2460 to WordPress/wordpress-develop:
rewrite of FTP exists() -
Pushed 4 commits to WordPress/rollback-update-failure:
Merge branch 'develop' into main -
Posted a reply to wp-config.php not getting altered, on the site WordPress.org Forums:
A standard stack trace doesn't override anything. By default WP_DEBUG_DISPLAY is true. Having WP_DEBUG set… -
Posted a reply to wp-config.php not getting altered, on the site WordPress.org Forums:
Is there an error in your debug.log? Here's what I get when I create a… -
Posted a reply to wp-config.php not getting altered, on the site WordPress.org Forums:
I develop this plugin in LocalWP so it absolutely works in this environment. Can you… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
That seems like an idea for the meta team once the feature has been implemented. -
Pushed 16 commits to WordPress/rollback-update-failure:
Merge branch 'develop' into main -
Posted a reply to Show color category with 2 language, on the site WordPress.org Forums:
The images look like they should. -
Posted a reply to Show color category with 2 language, on the site WordPress.org Forums:
Unfortunately the legend view is “incompatible” with multiple languages. It may require a template override,… -
Posted a reply to Show color category with 2 language, on the site WordPress.org Forums:
The filter is likely an easier way to add all the categories. You will not… -
Pushed 1 commit to WordPress/wp-plugin-dependencies:
fix header -
Pushed 1 commit to WordPress/wp-plugin-dependencies:
readme update -
Posted a reply to WP Updates for own plugin: site_transient_plugin in a long loop, on the site WordPress.org Forums:
I wrote a little plugin to count the number of times these 2 filters are… -
Posted a reply to WP Updates for own plugin: site_transient_plugin in a long loop, on the site WordPress.org Forums:
You’re actually making a wp_remote_get() call each time get_site_transient() is run. This is very expensive… -
Posted a reply to Show color category with 2 language, on the site WordPress.org Forums:
Yes, if you use the legend all categories of all translations will be visible. BTW,… -
Posted a reply to WP Updates for own plugin: site_transient_plugin in a long loop, on the site WordPress.org Forums:
To be clear, I found that some caches will invalidate transients much before their intended… -
Posted a reply to Event Category does not show in color in secondary language English, on the site WordPress.org Forums:
Does this solve the issue? https://wordpress.org/support/topic/show-color-category-with-2-language/#post-15446717 -
Posted a reply to Show color category with 2 language, on the site WordPress.org Forums:
Here's what I believe works. Don't translate categories in WPML Use the filter to add… -
Posted a reply to Event Category does not show in color in secondary language English, on the site WordPress.org Forums:
My email is andy@thefragens.com -
Posted a reply to Getting “An active PHP session was detected” critical warning in wordpress, on the site WordPress.org Forums:
Set define('WP_DEBUG',true); in your wp-config.php file. The error should display on screen. Copy full error… -
Posted a reply to Getting “An active PHP session was detected” critical warning in wordpress, on the site WordPress.org Forums:
I've never seen anything like this. Can you send a stack trace? -
Created issue #4 in the WordPress/wp-plugin-dependencies repository:
Architecture: Interaction with non-dot org plugins as dependencies -
Created issue #3 in the WordPress/wp-plugin-dependencies repository:
Design: Dependency installation -
Posted a reply to Event Category does not show in color in secondary language English, on the site WordPress.org Forums:
It would be a great help to be able to look at the site. There… -
Posted a reply to Event Category does not show in color in secondary language English, on the site WordPress.org Forums:
The calendar doesn’t look like you’re using The Events Calendar to create it. It seems… -
Posted a reply to Event Category does not show in color in secondary language English, on the site WordPress.org Forums:
Don’t translate the categories. You won’t be able to use the standard legend. All categories… -
Posted a reply to Event Category does not show in color in secondary language English, on the site WordPress.org Forums:
Screenshots and a URL are very helpful. What do you use for languages? -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Scaled back in what way? We haven't really decided on an implementation yet so we… -
Posted a reply to Viewing the PDF, on the site WordPress.org Forums:
I’m sorry but the description and title only speak to viewing an embedded PDF. There… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
We would love some testing with WP-CLI, but my initial thoughts are is that it… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
I don’t think you understand. One of the central ideas was that a user couldn’t… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Bulk deactivation may not necessarily work as expected. You wouldn’t even be able to select… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Again, it is out of scope for a dependency not hosted on dot org to… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
If a plugin has a dependency that is not met, not installed and active. The… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Recursion is already taken into account. If plugin A requires plugin B and plugin B… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Any plugin containing the **Requires Plugins** header and a listing of plugin slugs from plugins… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
There is no exclusion. Any plugin may declare dependencies. Currently as long as the dependency… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Plugin dependencies are identified once the plugin is installed. This means that if a dependency… -
Wrote a comment on the post Feature Project: Plugin Dependencies, on the site Make WordPress Core:
There is no current method for a plugin outside of dot org to be reviewed… -
Wrote a new post, Feature Project: Plugin Dependencies, on the site Make WordPress Core:
Problem This feature project began as part of Outcome 4 of Updating the Updaters. Any… -
Posted a reply to A couple of things, on the site WordPress.org Forums:
I'm curious to know what you find. Happy bug hunting! -
Posted a reply to A couple of things, on the site WordPress.org Forums:
Are you certain it's in this plugin? -
Posted a reply to A couple of things, on the site WordPress.org Forums:
The filter just changes those constants to false, which was what you requested. If you… -
Posted a reply to A couple of things, on the site WordPress.org Forums:
> Both of these, I believe, can be handled by the filter but then that… -
Posted a reply to A couple of things, on the site WordPress.org Forums:
Hey Alan. Thanks for the review/support questions. The whole reason for using the plugin is… -
Closed pull request #1674 on WordPress/wordpress-develop:
Plugin Dependencies -
Pushed 2 commits to WordPress/rollback-update-failure:
Merge branch 'develop' into main -
Pushed 2 commits to WordPress/rollback-update-failure:
Merge branch 'develop' into main
Developer
-
Add Custom Header Images
Active Installs: 1,000+
-
Admin Only Jetpack
Active Installs: 60+
-
Core Rollback
Active Installs: 2,000+
-
Embed PDF Viewer
Active Installs: 10,000+
-
Local Development
Active Installs: 100+
-
Rollback Update Failure
Active Installs: 7,000+
-
Skip Updates
Active Installs: Less than 10
-
The Events Calendar Category Colors
Active Installs: 10,000+
-
The Events Calendar Outlook Import Fix
Active Installs: 600+
-
The Events Calendar PRO Alarm
Active Installs: 10+
-
The Events Calendar User CSS
Active Installs: 200+
-
WordPress Beta Tester
Active Installs: 3,000+
-
WP Debugging
Active Installs: 5,000+
Contributor
-
Airplane Mode
Active Installs: 60+
-
Hide SEO Bloat
Active Installs: 10,000+
-
Resend Welcome Email
Active Installs: 3,000+
-
Updates API Inspector
Active Installs: 10+