Shea Bunge
@bungeshea on WordPress.org, @sheabunge on Slack
- Member Since: July 13th, 2011
- Location: 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 Problematic Snippets, on the site WordPress.org Forums:
Would it be possible to share those two snippets causing issues? -
Posted a reply to Could not create snippet. Request failed with status code 500, on the site WordPress.org Forums:
There's definitely something about server configuration that's causing this to happen – it's not something… -
Posted a reply to Text “<script" cannot be saved with 403 error, on the site WordPress.org Forums:
We could try escaping HTML entities before sending the payload, and then reconstructing, but I'd… -
Posted a reply to Text “<script" cannot be saved with 403 error, on the site WordPress.org Forums:
Hi Will, do you happen to have any security software installed that might be catching… -
Posted a reply to Where have all my snippets gone and how do I get them back?, on the site WordPress.org Forums:
Hi @stimulant, Sorry to hear that things have been going wrong! To answer some of… -
Posted a reply to Problematic Snippets, on the site WordPress.org Forums:
Very curious! I really appreciate you reporting this and the steps necessary to reproduce it.… -
Posted a reply to Code Snippet error (582), on the site WordPress.org Forums:
If all snippets are deactivated, or the plugin itself is, then it sounds like this… -
Posted a reply to (Urgent) Code Snippet error (582), on the site WordPress.org Forums:
According to those errors, there are still some snippets active. I'd recommend checking the snippets… -
Posted a reply to every time i enable the plugin website crash, on the site WordPress.org Forums:
Hi @thodoris9, You can enable the safe mode feature to fix this, allowing you to… -
Posted a reply to Latest 3.4.0. AJAX Bug. Cannot save snippets. 403 error., on the site WordPress.org Forums:
Hey @stimulant, are you able to provide a screenshot of those errors you mentioned? I'd… -
Posted a reply to After updating…. occasionally getting: Undefined array key “query”, on the site WordPress.org Forums:
Thank you for reporting this @rando390. I've tracked down the cause of the bug, and… -
Posted a reply to Error: Loading edit page…, on the site WordPress.org Forums:
Hi @magicfilou, If you open the JavaScript console on the page, can you see any… -
Posted a reply to Code snippets error 582 – Creating big server load, on the site WordPress.org Forums:
You should be able to fix this by adding an isset check: add_filter( 'woocommerce_available_payment_gateways', function… -
Posted a reply to code snippets fatal error breaking xml sitemaps, on the site WordPress.org Forums:
I can't see any instance in WordPress core where the_posts hook is called with anything… -
Posted a reply to code snippets fatal error breaking xml sitemaps, on the site WordPress.org Forums:
Thanks for reporting this. I'll look into the bug and work out a fix. -
Posted a reply to (Urgent) Code Snippet error (582), on the site WordPress.org Forums:
@josuecenturion do you receive the same error message when all snippets are deactivated, or something… -
Posted a reply to Code Snippet fails with attributes, on the site WordPress.org Forums:
In version 3.4, I added the ability to just use additional attributes as regular variables… -
Posted a reply to Code snippets error 582 – Creating big server load, on the site WordPress.org Forums:
Awesome, feel free to post the code here and I'll do what I can to… -
Posted a reply to Code snippets error 582 – Creating big server load, on the site WordPress.org Forums:
@dav74 the snippet itself won't contain total @line:5 – that's just a search term you… -
Posted a reply to Code snippets error 582 – Creating big server load, on the site WordPress.org Forums:
Hi @dav74, This is a bug in one of your snippets, not in the core… -
Posted a reply to (Urgent) Code Snippet error (582), on the site WordPress.org Forums:
Hi @josuecenturion, This error is coming from one of your snippets – it's not a… -
Posted a reply to Multisite Snippet Updates Fail in v3.4.0, on the site WordPress.org Forums:
Thanks for reporting this, Frank. I'll look into the bug and we'll release a fix… -
Posted a reply to Admin of a subsite in network installation has no access to Code Snippets, on the site WordPress.org Forums:
You should be able to enable this functionality by checking the 'Snippets' option under the… -
Committed [2914959] to Plugins SVN:
Add missing files. -
Committed [2914858] to Plugins SVN:
Version 3.4.0 -
Posted a reply to Uncaught Error: Call to undefined function, on the site WordPress.org Forums:
This is coming from one of your snippets – you're attempting to call a function… -
Posted a reply to Undefined array key… eval()’d code on line…, on the site WordPress.org Forums:
That's just down to what the wpgetapi_endpoint is returning. The array you're receiving doesn't contain… -
Posted a reply to Undefined array key… eval()’d code on line…, on the site WordPress.org Forums:
Hi @hereismine, You're attempting to access array keys in the snippet which don't exist. This… -
Posted a reply to To get wpDiscuz 7 working with Elementor had to use 2 short codes, is this a bug, on the site WordPress.org Forums:
It's a different plugin, that appears to be using the same name. If you want… -
Posted a reply to To get wpDiscuz 7 working with Elementor had to use 2 short codes, is this a bug, on the site WordPress.org Forums:
Hi Vikram, From your screenshots, you're definitely using a different plugin. I'm only able to… -
Posted a reply to Code Snippet fails with attributes, on the site WordPress.org Forums:
Hi Joop, The checkboxes and options on that page aren't saved anywhere – they just… -
Posted a reply to To get wpDiscuz 7 working with Elementor had to use 2 short codes, is this a bug, on the site WordPress.org Forums:
Hi @vikramvi, Looks like you're using a different plugin, so I can't really answer your… -
Posted a reply to GDPR Compliance, on the site WordPress.org Forums:
Thank you very much! -
Posted a reply to GDPR Compliance, on the site WordPress.org Forums:
We don't collect or store user data, so yes, the base plugin is GDPR compliant.… -
Posted a reply to cannot paste code, on the site WordPress.org Forums:
Glad to hear it! Thank you for the confirmation! -
Posted a reply to cannot paste code, on the site WordPress.org Forums:
Hi @chris-yau @more2think, Are you able to check if you're still receiving this issue in… -
Posted a reply to 404 wp-content/plugins/code-snippets/php/css/style.css?ver=6.2, on the site WordPress.org Forums:
Glad you got it sorted! -
Posted a reply to Multiple snippets best practices, on the site WordPress.org Forums:
It will still be loaded and parsed by PHP, unless it's in a deactivated snippet,… -
Posted a reply to 404 wp-content/plugins/code-snippets/php/css/style.css?ver=6.2, on the site WordPress.org Forums:
Hi @rmartinezc2, I don't think this error is coming from the core plugin – I… -
Posted a reply to Multiple snippets best practices, on the site WordPress.org Forums:
Hi @fizzers, Snippets are fetched in one go and then executed individually. This means that… -
Posted a reply to Exclude snippets from individual posts, on the site WordPress.org Forums:
Hi @fitnsexy, You can add an additional check to your if statements that uses is_single… -
Posted a reply to ACF, on the site WordPress.org Forums:
Hi @baxter89, Where exactly would you like to insert the ACF field content? If you… -
Posted a reply to PHP Warning: Undefined array key 0, on the site WordPress.org Forums:
Hi @cliqueradar, It is indeed an error coming from a snippet. You should be able… -
Posted a reply to Removed code snippet but code persists, on the site WordPress.org Forums:
Hi @shaunmehr, Modifying user roles is a permanent action. Unlike when using action and filter… -
Posted a reply to Show Featured Image in WordPress RSS Feed?, on the site WordPress.org Forums:
I believe you'd want to put this meta tag in the site head, so you… -
Posted a reply to pro, on the site WordPress.org Forums:
Hi @heel1, We do offer priority support at https://help.codesnippets.pro for Pro users. It's fine to… -
Posted a reply to An error occurred while trying to activate, on the site WordPress.org Forums:
The problem here is definitely the use of named functions. They will work correctly if… -
Posted a reply to Edit Snippet for each Page, on the site WordPress.org Forums:
No worries, glad to hear it's working! -
Posted a reply to Replace category link by page parent link, on the site WordPress.org Forums:
I'm sure that this sort of thing would be possible, but unfortunately I'm not really… -
Posted a reply to After latest wordpress upgrade no shortcode output, on the site WordPress.org Forums:
It sounds like this has to do with the Google API not working correctly, instead…
Developer
-
Bookmarks Shortcode
Active Installs: 100+
-
BuddyPress Security Check
Active Installs: 700+
-
Code Snippets
Active Installs: 800,000+
-
Code Snippets Tags
Active Installs: 40+
-
Functionality
Active Installs: 2,000+
-
Personal Admin Footer
Active Installs: 400+
-
Personal Email
Active Installs: 200+
-
Visual Term Description Editor
Active Installs: 10,000+
Plugins
-
Admin Color Schemes
-
Advanced Custom Fields (ACF)
-
bbPress
-
Better Internal Link Search
-
Better Search Replace
-
BuddyPress
-
Comment Reply Notification
-
Custom Post Type Editor
-
Developer
-
Disable Comments - Remove Comments & Stop Spam [Multi-Site Support]
-
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
-
YARPP - Yet Another Related Posts Plugin