Howdy_McGee
@howdy_mcgee on WordPress.org and Slack
- Member Since: February 1st, 2012
- Location: St. Louis
- Website: wordpress.stackexchange.com/users/7355/howdy-mcgee
- Job Title: WordPress Developer
- Employer: IQComputing
Bio
WordPress Origin Story
Contributions
Contribution History
Howdy_McGee’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Support Contributor Support Contributor
- WordCamp Organizer WordCamp Organizer
-
Posted a reply to Code-snippet problem for accordion, on the site WordPress.org Forums:
You should be able to minus the header height, something like so: jQuery( document ).ready(…14 hours ago
-
Created a topic, Really Neat, on the site WordPress.org Forums:
Hey, this is really swell! It works more or less out o…1 day ago
-
Posted a reply to Limit Post Creation Count by Author or Role, on the site WordPress.org Forums:
While not the preferred method, the current_user_can() function accepts roles for it's check. I don't…3 days ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
The filter hook could look something like: function mailchimp_get_allowed_capability() { $capability = 'manage_options'; if( current_user_can('manage_woocommerce')…3 days ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
@khungate Just to be clear this is not a bug, just a simple feature request.…3 days ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
@khungate Thanks again for the reply! I unfortunately don't see that option. The core issue…3 days ago
-
Posted a reply to Limit Post Creation Count by Author or Role, on the site WordPress.org Forums:
If you're willing to take a stab at this the boilerplate code is below: add_filter(…3 days ago
-
Posted a reply to Limit Post Creation Count by Author or Role, on the site WordPress.org Forums:
Are you wanting a plugin that accomplishes this or a piece of code that does…3 days ago
-
Posted a reply to Metaboxes for custom taxonomy, on the site WordPress.org Forums:
Could you post the code you're using the register your custom taxonomy?5 days ago
-
Posted a reply to Feature Request Allow Admins to set Capabilities, on the site WordPress.org Forums:
@khungate Thanks for the reply. The problem is that I don't get to see those…7 days ago
-
Created a topic, [Feature Request] Allow Admins to set Capabilities, on the site WordPress.org Forums:
Hello, Currently before the Mailchimp account is conn…1 week ago
-
Posted a reply to [Feature Request] Allow Exclude Roles From Tracking before Setting Up GA, on the site WordPress.org Forums:
It looks like it's the same thing with "See Reports" on the same page. I…2 weeks ago
-
Created a topic, [Feature Request] Allow Exclude Roles From Tracking before Setting Up GA, on the site WordPress.org Forums:
This is more of a feature request than anything. In t…2 weeks ago
-
Posted a reply to Product Gallery Thumbnails are Full, on the site WordPress.org Forums:
Hello, This appears to still be an issue. If you need more information to replicate…2 weeks ago
-
Created a new ticket, #49889, in Core Trac:
Image.php - Wrap Error Suppressors in WP_DEBUG Conditionals3 weeks ago
-
Posted a reply to Text Editor Removing “a” Tag, on the site WordPress.org Forums:
From the sounds of it you're running into issues of empty anchors. Maybe try something…3 weeks ago
-
Wrote a comment on the post WordPress 5.5: Call for Tickets, on the site Make WordPress Core:
I would love to see some WP_Query improvements. The PHP notices that get triggered from…3 weeks ago
-
Posted a reply to Subcription/Recurring Test, on the site WordPress.org Forums:
I too would like this feature.4 weeks ago
-
Posted a reply to Product “publish” stop working when active, on the site WordPress.org Forums:
@mairag The latest update did resolve the issue for me. Could it be a separate…1 month ago
-
Posted a reply to Custom do_action seems to not be calling?, on the site WordPress.org Forums:
Hello, Try running the above examples yourself to see how they work. Maybe decoupling it…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
On the note of PHP Standards, can we also disallow error suppressing `@` please? See…1 month ago
-
Closed ticket #28514, in Core Trac:
wp_get_nav_menu_items get_posts returns false when used on ...1 month ago
-
Posted a reply to Custom do_action seems to not be calling?, on the site WordPress.org Forums:
I'm not sure anything is wrong with the code necessarily but maybe the order in…1 month ago
-
Posted a reply to Use AJAX to modify $wpdb query, on the site WordPress.org Forums:
Hello, I see that you have check_ajax_referer() and in jQuery you're passing blog.security but I…1 month ago
-
Posted a reply to Product “publish” stop working when active, on the site WordPress.org Forums:
We've also run into this issue. A Javascript issue appears when you click publish or…2 months ago
-
Posted a reply to Massive Error with Woocommerce 4.0, on the site WordPress.org Forums:
Yeah I'm running into the very same issue.2 months ago
-
Created a topic, [Feature Request] Limit User Sessions, on the site WordPress.org Forums:
Hello, I would like to suggest a new feature: Limit U…2 months ago
-
Created a topic, Hook When Limit Is Hit, on the site WordPress.org Forums:
Hello, I was wondering if there was a hook in this pl…2 months ago
-
Posted a reply to Standard Modules?, on the site WordPress.org Forums:
Whenever I uncheck a couple modules from the Ninja Beaver settings, it unchecks all the…2 months ago
-
Created a topic, Standard Modules?, on the site WordPress.org Forums:
Installing this has overridden(hidden or removed) my B…2 months ago
-
Posted a reply to Change Admin Name and Password, on the site WordPress.org Forums:
You'll need an additional plugin to change your username -> Username Changer. Once logged in…2 months ago
-
Posted a reply to Updating Logo That Shows When I Send Out My Website Link, on the site WordPress.org Forums:
Are you certain it's not a caching issue? If you have a caching plugin in…2 months ago
-
Posted a reply to How to remove “Profile” menu link from Dashboard?, on the site WordPress.org Forums:
Are you wanting to remove it for all users or just non-admin users? Are you…2 months ago
-
Posted a reply to Cannot Access DEV Copy of Site, on the site WordPress.org Forums:
I would suggest using a plugin such as Duplicator to copy your website to a…2 months ago
-
Posted a reply to Website appears as html via some wireless networks, on the site WordPress.org Forums:
Looking at the website it appears that all your resources are served via a CDN.…2 months ago
-
Closed ticket #17036, in Core Trac:
Theme editor shouldn't override root directory files with same names ...2 months ago
-
Posted a reply to Text Editor Removing “a” Tag, on the site WordPress.org Forums:
Two things come to mind. 1) Empty tags are usually removed as clutter cleanup. 2)…2 months ago
-
Posted a reply to Cannot Access DEV Copy of Site, on the site WordPress.org Forums:
Does the folder and files /dev/ still exist on the server and have you verified…2 months ago
-
Posted a reply to PHP errors when using search, on the site WordPress.org Forums:
Hello, You have in your code: esc_html__( 'Search Results for: %s', themename ) The themename…2 months ago
-
Posted a reply to WordPress search not working, on the site WordPress.org Forums:
Difficult to say what the issue is without any specific debug information. Maybe use the…2 months ago
-
Posted a reply to What tools to use? Generate content from tracking data., on the site WordPress.org Forums:
Hello, Nothing that I am aware of. I don't know many sites that dynamically build…2 months ago
-
Posted a reply to custom permalinks, on the site WordPress.org Forums:
Hello, Is news also a category? If so you can go to Settings -> Permalinks…2 months ago
-
Posted a reply to output value of meta query arrays, on the site WordPress.org Forums:
The best you can do is hope the arrays align to the correct files and…2 months ago
-
Posted a reply to output value of meta query arrays, on the site WordPress.org Forums:
Could you expand on your code a bit please? What does $attachmenturl hold? Why are…2 months ago
-
Posted a reply to plugin development document sample code breaks wordpress, on the site WordPress.org Forums:
The problem is that current_user_can() relies on wp_get_current_user() which is only available in the pluggable.php…2 months ago
-
Posted a reply to WordPress search not working, on the site WordPress.org Forums:
If it's truly a PHP error you can enable PHP/WordPress debugging: https://wordpress.org/support/article/debugging-in-wordpress/ In your wp-config.php…2 months ago
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function, on the site WordPress.org Forums:
It sounds like your site has all kinds of issues that span plugins and themes.…2 months ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
An example could look like this: function set_plugandpop() { // Check if we're viewing the…2 months ago
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function, on the site WordPress.org Forums:
You would need to rename plugins too ( or that specific plugin ) so that…2 months ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
I don't quite understand the code here or how it's supposed to work... If you…2 months ago