Shea Bunge
@bungeshea on WordPress.org, @sheabunge on Slack
- Member Since: July 13th, 2011
- Location: Tasmainia, Australia
- Website: sheabunge.com
- GitHub: sheabunge
- Job Title: Web Developer
Bio
Interests
WordPress Origin Story
Contribution History
Shea Bunge’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to Fatal error: Allowed memory size of xxx bytes exhausted, on the site WordPress.org Forums:
I don't believe that this plugin directly interfaces with the cache. Perhaps this is something…2 days ago
-
Posted a reply to Snippet to Hide Snippets (from Menu), on the site WordPress.org Forums:
You can have Code Snippets use a different user role by adding a filter snippet:…2 weeks ago
-
Posted a reply to Snippet to Hide Snippets (from Menu), on the site WordPress.org Forums:
Hi @blackpassportstamps, Is your site a WordPress Multisite network? You can find the Network Settings…2 weeks ago
-
Posted a reply to apply css only to content with a class with php rule, on the site WordPress.org Forums:
Great to hear!3 weeks ago
-
Posted a reply to Add the JQuery code below in Snippets, on the site WordPress.org Forums:
Good to hear!3 weeks ago
-
Posted a reply to apply css only to content with a class with php rule, on the site WordPress.org Forums:
This is more of a CSS issue than a PHP or WordPress one. When writing…3 weeks ago
-
Posted a reply to Multisite Activation (Feature Request), on the site WordPress.org Forums:
@nicwinner do you have an example of the sort of snippet you would like to…3 weeks ago
-
Posted a reply to Problem with the email inside the Checkout page, on the site WordPress.org Forums:
Hi @noam69901, Without knowing what code and plugin you're using, it's difficult for me to…4 weeks ago
-
Posted a reply to The server encountered an internal error, on the site WordPress.org Forums:
Hi Paul, This error occurs because there's a problem with the code you are trying…1 month ago
-
Posted a reply to I delete the code but the functions look still working, on the site WordPress.org Forums:
Glad to hear you figured out what's wrong!1 month ago
-
Posted a reply to I delete the code but the functions look still working, on the site WordPress.org Forums:
If the snippet is deactivated or deleted, then it won't run on your site. Are…1 month ago
-
Posted a reply to Assuming I can’t add/save tweaks to wp-config.php ?, on the site WordPress.org Forums:
Good question. Unfortunately, wp-config.php is one of the first things loaded by WordPress, long before…1 month ago
-
Posted a reply to Function create_function() is deprecated in 7.2+, on the site WordPress.org Forums:
You can do so like this: add_filter( 'single_template', function ( $the_template ) { foreach (…1 month ago
-
Posted a reply to Function create_function() is deprecated in 7.2+, on the site WordPress.org Forums:
Code Snippets doesn't use create_function anywhere in the plugin. The current version should be compatible…1 month ago
-
Posted a reply to Only logged in users see my snippet, on the site WordPress.org Forums:
Glad to hear you managed to figure out what was happening!2 months ago
-
Posted a reply to wp_handle_upload error:”Specified file failed upload test.”, on the site WordPress.org Forums:
Have you tried the code you have out? What is not working about it?2 months ago
-
Posted a reply to It make my function.php clean and neat just like a virgin again., on the site WordPress.org Forums:
Thank you for the review!2 months ago
-
Posted a reply to PHP 8 & WP 5.6 compatibility, on the site WordPress.org Forums:
Hi @mapdi, The problem with your code is the use of create_function – in newer…3 months ago
-
Posted a reply to PHP 8 & WP 5.6 compatibility, on the site WordPress.org Forums:
Hi @mapdi, I have tested that the current version of the plugin runs on PHP…3 months ago
-
Posted a reply to Override WP function = Cannot redeclare function, on the site WordPress.org Forums:
Hi @davehealey, This is a known bug in the current version. It will be fixed…3 months ago
-
Posted a reply to product soon no longer available, on the site WordPress.org Forums:
The woocommerce_get_availability filter is different from woocommerce_get_availability_text, and runs after woocommerce_get_availability_text has been processed. You…3 months ago
-
Posted a reply to Trying to create a conditional CSS snippet, on the site WordPress.org Forums:
There are two things to take note of here: It's far more reliable to place…3 months ago
-
Posted a reply to Code transfer from “Theme->Customize->Additional CSS” to Code Snippets, on the site WordPress.org Forums:
You can do so by wrapping it in a filter hook: add_action( 'wp_head', function ()…3 months ago
-
Posted a reply to adding to header.php or footer.php, on the site WordPress.org Forums:
Hi @mfulham, Code Snippets doesn't actually add code to functions.php, it just runs the code…3 months ago
-
Posted a reply to Snippet not loading, on the site WordPress.org Forums:
I believe that generally it's best practice to load scripts in the footer area when…3 months ago
-
Posted a reply to “Screen Options” Not Working, on the site WordPress.org Forums:
I'll do some more testing to see if I can reproduce the problem as you…3 months ago
-
Posted a reply to Cannot redeclare __construct bug, on the site WordPress.org Forums:
Thanks once again for reporting this – apologies for taking so long to sort out…3 months ago
-
Posted a reply to “Screen Options” Not Working (Follow-Up), on the site WordPress.org Forums:
Let's continue the discussion there. Apologies for not following this up sooner!3 months ago
-
Posted a reply to “Screen Options” Not Working, on the site WordPress.org Forums:
Thanks for the update @jetxpert. It sounds like you think the problem might be down…3 months ago
-
Posted a reply to Screen Options settings don’t save, on the site WordPress.org Forums:
Hi @eusebiuoprinoiu, Are you still experiencing this? I've tested this in the latest version, and…3 months ago
-
Posted a reply to Add conditional user is or is not logged in., on the site WordPress.org Forums:
Thanks for the suggestion, we'll consider it! I'm a little hesitant on adding too many…3 months ago
-
Posted a reply to Code Snippets shows fatal error when trying to insert first snippet, on the site WordPress.org Forums:
I'm going to assume you managed to figure this out – feel free to start…3 months ago
-
Posted a reply to “Screen Options” Not Working, on the site WordPress.org Forums:
Hi @jetxpert, My apologies for not revisiting this earlier. Unfortunately, I'm still not able to…3 months ago
-
Posted a reply to Running snippet on button click, on the site WordPress.org Forums:
Hi @fblanco, Is the file you'd like to download already present on the server? You…3 months ago
-
Posted a reply to Random connection problems – Cloudflare to Server – when using Snippets Plugin, on the site WordPress.org Forums:
Sorry to hear that this has been happening! Are you able to share the code…3 months ago
-
Posted a reply to Exclude code in Posts, on the site WordPress.org Forums:
Hi @ffranciscocasas, You can add an is_home() check to the filter hooks. This function will…3 months ago
-
Posted a reply to Code Snippets & Elementor & Short Code, on the site WordPress.org Forums:
Here's some code which should do what you want: add_shortcode( 'dynamic_content', function () { global…3 months ago
-
Posted a reply to PHP Warning: Use of undefined constant, on the site WordPress.org Forums:
Hi @robbcapp, @madmax4ever is absolutely correct that this error is coming from one of your…3 months ago
-
Posted a reply to Snippet took site down, on the site WordPress.org Forums:
Hi @adminrvinc, Apologies for the delay in responding this. Can you go over what you…3 months ago
-
Committed [2429690] to Plugins Trac:
Mark as tested with WordPress 5.63 months ago
-
Committed [2429653] to Plugins Trac:
Update stable tag3 months ago
-
Committed [2429651] to Plugins Trac:
Tag v1.1.13 months ago
-
Committed [2429650] to Plugins Trac:
Mark as tested with WordPress 5.63 months ago
-
Posted a reply to My website crashed after adding a code in code snippet, on the site WordPress.org Forums:
Hi @deepakajith, You can take a look at this FAQ answer to discover how to…3 months ago
-
Committed [2429618] to Plugins Trac:
Mark as tested with WordPress 5.63 months ago
-
Committed [2429589] to Plugins Trac:
Mark as tested with WordPress 5.63 months ago
-
Posted a reply to Code doesn’t work inside of Code Snippets but no problem in functions.php, on the site WordPress.org Forums:
Thanks for the update!3 months ago
-
Committed [2428939] to Plugins Trac:
Mark as tested with WordPress 5.63 months ago
-
Posted a reply to Remove title from image, on the site WordPress.org Forums:
No problem @matiseli, feel free to create a new thread or post here whenever you're…3 months ago
-
Posted a reply to Remove title from image, on the site WordPress.org Forums:
Hi @matiseli, Apologies for not responding to this sooner. Would you still like some help…3 months ago
Developer
-
Bookmarks Shortcode
Active Installs: 200+
-
BuddyPress Security Check
Active Installs: 1,000+
-
Code Snippets
Active Installs: 400,000+
-
Code Snippets Tags
Active Installs: 50+
-
Footer Text
Active Installs: 7,000+
-
Functionality
Active Installs: 3,000+
-
Personal Admin Footer
Active Installs: 700+
-
Personal Email
Active Installs: 400+
-
Visual Term Description Editor
Active Installs: 10,000+
Plugins
-
Admin Color Schemes
-
Advanced Custom Fields
-
bbPress
-
Better Internal Link Search
-
Better Search Replace
-
BuddyPress
-
Comment Reply Notification
-
Custom Post Type Editor
-
Developer
-
Disable Comments - Remove Comments & Protect From Spam
-
Display Posts - Easy lists, grids, navigation, and more
-
Drafts Dropdown
-
Jetpack - WP Security, Backup, Speed, & Growth
-
Just Writing
-
Limit Login Attempts
-
Members - Membership & User Role Editor Plugin
-
Multisite Toolbar Additions
-
Nice Search
-
Password Protected
-
Redirection
-
Rename Media Files
-
Simple Page Ordering
-
Term Management Tools
-
User Session Control
-
User Switching
-
Widget Logic
-
Yet Another Related Posts Plugin (YARPP)