Corey
@coreyw on WordPress.org, @Corey Worrell on Slack
- Member Since: July 13th, 2011
Contribution History
Corey’s badges:- bbPress Contributor
- Core Contributor
-
Posted a reply to Per product conversions, on the site WordPress.org Forums:
@saifislam01 Thank you. You say "by default", so is there a way to modify this… -
Created a topic, Per product conversions, on the site WordPress.org Forums:
Hi, does this plugin differentiate between which produ… -
Mentioned in [52012] on Core SVN:
Docs: Clarify the path usage register_block_type_from_metadata -
Created ticket #53806 on Core Trac:
register_block_type_from_metadata does not allow full path to file as ... -
Posted a reply to Notice: Undefined index: dirname in /home/public_html/wp-content/plugin, on the site WordPress.org Forums:
Also getting this message, just when viewing homepage. Notice: Undefined index: dirname in .../wp-content/plugins/resmushit-image-optimizer/resmushit.php on… -
Posted a reply to Prevent direct access to cache files, on the site WordPress.org Forums:
Another possible solution RewriteCond %{REQUEST_URI} ^/wp-content/cache/cache-enabler/ [NC] RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^ - [F] or… -
Created a topic, Clear archive page cache on term edit, on the site WordPress.org Forums:
When editing a taxonomy term the cache for the archive… -
Posted a reply to Advanced Configuration Apache not working, on the site WordPress.org Forums:
@coreyk I used the exact snippet you pasted above. -
Posted a reply to Advanced Configuration Apache not working, on the site WordPress.org Forums:
@coreyk that causes a 500 server error. I don't think it's possible to set variables… -
Posted a reply to Event Archive Cached as Home Page, on the site WordPress.org Forums:
Could cache-enabler use $_SERVER['REDIRECT_URL'] instead of $_SERVER['REQUEST_URI']? That would hold the actual /events/ path instead… -
Created a topic, Prevent direct access to cache files, on the site WordPress.org Forums:
I think it would be great to prevent Google or anyone … -
Created a topic, Advanced Configuration Apache not working, on the site WordPress.org Forums:
Copied from here: https://www.keycdn.com/support/wordp… -
Created a topic, Rewrite rules cache is not deleted, on the site WordPress.org Forums:
It appears that when rewrite rules are flushed, the ob… -
Created a topic, Failed to unserialize data notices, on the site WordPress.org Forums:
Hi, we are getting a lot of these errors on our site. … -
Posted a reply to Exact Phrases Issue, on the site WordPress.org Forums:
Also experiencing this issue. -
Posted a reply to Several bugs preventing plugin from working, on the site WordPress.org Forums:
Please ignore #3, that was another plugin causing that. -
Posted a reply to Breadcrumb link for blog when paged or date view, on the site WordPress.org Forums:
Yes, but I think that those two examples I've given should be built in with… -
Created a topic, Several bugs preventing plugin from working, on the site WordPress.org Forums:
1. Plugin does not work if a theme does not use get_he… -
Posted a reply to Breadcrumb link for blog when paged or date view, on the site WordPress.org Forums:
@priscillamc Blog is just the page assigned as "Posts page:" in the WordPress' Reading settings… -
Created a topic, Breadcrumb link for blog when paged or date view, on the site WordPress.org Forums:
Hi, is it possible to have the breadcrumb link activat… -
Mentioned in [49950] on Core SVN:
Posts, Post Types: Introduce the `wp_list_table_show_post_checkbox` filter which allows the visibility of the bulk edit checkbox on the post list table to be controlled separately from the `edit_post` capability of the current… -
Posted a reply to Uncaught TypeError: jQuery(…).animateFadeOut is not a function, on the site WordPress.org Forums:
I found the issue. We are using Composer (via wpackagist) to install the plugin. The… -
Posted a reply to Uncaught TypeError: jQuery(…).animateFadeOut is not a function, on the site WordPress.org Forums:
@wpdatatables It is still happening on multiple sites with default Twenty twenty-one theme and no… -
Created a topic, Uncaught TypeError: jQuery(…).animateFadeOut is not a function, on the site WordPress.org Forums:
After installing, the screens show loading animation a… -
Posted a reply to YOAST 14.0 Cannot complete indexation process, on the site WordPress.org Forums:
@devnihil we are not using WPML and still experiencing this issue with Yoast SEO 15.3.… -
Posted a reply to Incorrect version installed with Composer, on the site WordPress.org Forums:
Thanks very much! -
Created a topic, Incorrect version installed with Composer, on the site WordPress.org Forums:
When installing this plugin via wpackagist (https://wp… -
Created ticket #51291 on Core Trac:
Add filter to show post list table `column_cb` even without ... -
Wrote a comment on the post Passing arguments to template files in WordPress 5.5, on the site Make WordPress Core:
$args should be extract()ed -
Posted a reply to Update to 5.1.4 Broke my calendar, on the site WordPress.org Forums:
Same thing here at https://seta.net/events/. Just a blank page for both the calendar and individual… -
Created a topic, Use uploads URL instead of content URL for backups, on the site WordPress.org Forums:
In class/wp-short-pixel.php line 2851 it has: $backup… -
Posted a reply to 14.0.4 causing Critical Error, on the site WordPress.org Forums:
Having same issue here, memory exhausted. -
Posted a reply to Cookie Exclusion Not Working, on the site WordPress.org Forums:
I misspoke about Apache config working. It does work sometimes, but sometimes it falls back… -
Created a topic, Cookie Exclusion Not Working, on the site WordPress.org Forums:
Hi, I cannot get the cookie exclusion to consistently … -
Posted a reply to 2.2.1 Unexpected Output errors, on the site WordPress.org Forums:
@zuda Sorry, that did not fix the issue. The problem was on line 1, before… -
Posted a reply to 2.2.1 Unexpected Output errors, on the site WordPress.org Forums:
@zuda The latest change to redirect-editor.php introduced a blank line at the top of the… -
Created a topic, 2.2.1 Unexpected Output errors, on the site WordPress.org Forums:
After update to 2.2.1, we are unable to login to admin… -
Created a topic, Minimum word length exception, single digits, on the site WordPress.org Forums:
Is it possible to leave the minimum word length, but a… -
Posted a reply to Search results do not respect category filter, on the site WordPress.org Forums:
@msaari When will this fix be released? The search functionality on our site is based… -
Posted a reply to JSON parse error, on the site WordPress.org Forums:
Thanks very much, that seems to have fixed it! -
Created a topic, JSON parse error, on the site WordPress.org Forums:
SyntaxError: JSON.parse: expected ',' or �… -
Created a topic, Gravity Form ajax not working, on the site WordPress.org Forums:
If you have a Graviy Form embedded on homepage, with a… -
Created a topic, Version in readme.txt incorrect, on the site WordPress.org Forums:
I am using wpackagist.org to install this plugin via C… -
Created a topic, Missing video causes error and no videos can play, on the site WordPress.org Forums:
Hello. It seems that when a bad video ID is passed (ca… -
Posted a reply to Setting Extra Headers, on the site WordPress.org Forums:
I should also note that because of our server setup (running as cgi process) we… -
Created a topic, Setting Extra Headers, on the site WordPress.org Forums:
Hi, we are using the send_headers action to set additi… -
Posted a reply to Add ability to filter link, on the site WordPress.org Forums:
Awesome, thanks very much! -
Created a topic, Add ability to filter link, on the site WordPress.org Forums:
Hello, would it be possible to enable a way to filter … -
Created a topic, Customize Title/Description, on the site WordPress.org Forums:
Hi, it would be great if you could add an option/filte… -
Posted a reply to get_post_type_archive_link does not work, on the site WordPress.org Forums:
I realize now that I had to manually go to the Reading Options page and…
Plugins
-
ACF Content Analysis for Yoast SEO
-
ACF Fold Flexible Content
-
Advanced Custom Fields: Accordion Tab Field
-
Advanced Post Manager
-
Autoptimize
-
Block Visibility — Conditional Visibility Control for the Block Editor
-
Co-Authors Plus
-
Elementor Website Builder
-
GAinWP Google Analytics Integration for WordPress
-
Grids: Layout builder for WordPress
-
Members - Membership & User Role Editor Plugin
-
reSmush.it : the only free Image Optimizer & compress plugin
-
SAML Single Sign On – SAML SSO Login
-
Search & Filter
-
Shortcake (Shortcode UI)
-
ShortPixel Image Optimizer
-
Snazzy Maps
-
WordPress Shortcodes Plugin — Shortcodes Ultimate