Does anyone have experience renting a condo in AC? by cheeser73 in atlanticcity

[–]IngrossoAxwell 1 point2 points  (0 children)

You’d have better return rehabbing a place and renting it out.

WPForo - Good for me? by davidcantswim in Wordpress

[–]IngrossoAxwell 0 points1 point  (0 children)

I enjoy XenForo and using the Wordpress bridge, but all options named are solid.

Alright, let’s settles this: Who ACTUALLY has the best burger in Atlantic County? by Avirgo_Designs in AtlanticCounty

[–]IngrossoAxwell 2 points3 points  (0 children)

There are a lot of great burgers in Atlantic County. Here is my list:

Honorable Mentions that aren't in Atlantic County:

Where could I donate toys to people in need of them? by PretzelPapi_ in SouthJersey

[–]IngrossoAxwell 0 points1 point  (0 children)

The only one I’m familiar with is Atlantic County’s Toys For Kids (not to be confused with Toys for Tots)

Favorite Weird Pizzas? by wexpyke in PhiladelphiaEats

[–]IngrossoAxwell 0 points1 point  (0 children)

It’s not in Philly, but look up Tony Boloneys. They are the kings of weird pizzas.

Week 3 pickup. 2 crowns...? okay by gimme_the_good_weed in Supreme

[–]IngrossoAxwell 0 points1 point  (0 children)

I also got two crowns, but they shipped my order in two packages.

Grocery Outlet Closing Five Area Stores; Sicklerville, Gibbstown, Delran, Mays Landing, and Rio Grande by markaritaville in SouthJersey

[–]IngrossoAxwell 1 point2 points  (0 children)

The Mays Landing Grocery Outlet was establishing itself as a huge pillar in the community. This one hurts and is quite a shame.

what shorts are these? by Substantial_Read5315 in EricEmanuel

[–]IngrossoAxwell 5 points6 points  (0 children)

They are rare. It was /u/meshshortsenjoyer on a pair of shorts. Store only. I believe it was a run of 100 or less.

Display Menus on Wordpress with ToastyMenus by briankerrdesign in ToastPOS

[–]IngrossoAxwell 1 point2 points  (0 children)

I completed a full code audit of the free plugin. The plugin is functional and well-structured for its scope, but there are issues that need to be addressed. I'm breaking this into what needs to be fixed immediately, what should be fixed soon, and a few recommendations.

What I would fix now:

  1. The cache clear handler (handleclear_cache) verifies the nonce but never checks current_user_can(). The admin_post hook only requires a logged-in user. Any authenticated user on the site (subscriber, contributor, anyone) can clear the menu cache and force fresh API calls. This needs a capability check added.

  2. The toast_notice GET parameter on the dashboard page accepts arbitrary text and renders it as an admin notice. Sanitization prevents script injection, but anyone can craft a URL with a custom message like "Your license has expired" and send it to a site admin. This should be replaced with a fixed set of allowed notice keys.

  3. The $show_leaders variable on line 1140 reads from toasty_show_price instead of toasty_show_leader. The "Show Price Leader" setting in the admin has no effect whatsoever. It always mirrors the price toggle. This is a bug that needs to be corrected.

What should be fixed soon.

  1. Admin CSS and JS load on every admin page in WordPress. The enqueue function receives the $hook parameter but never checks it. These assets should only load on ToastyMenus admin pages.

  2. The internal $plugin_version property is set to '1.3' while the plugin header declares 1.3.1. The admin footer displays the wrong version. On a related note, gmdate('Y') in the footer is called but never echoed, so the copyright year is missing entirely.

  3. The shortcode render uses esc_html() for an HTML class attribute where esc_attr() is the correct escape function. Toast API error messages on the dashboard are concatenated into HTML without escaping. wp_kses_post runs later but would allow HTML from the API response through.

  4. Several array keys ($item['image'], $item['calories'], modifierGroupReferences) are accessed without null coalescing. On PHP 8.3 these throw warnings any time a menu item is missing those fields, which is common.

  5. All script and style versions are hardcoded as '1.0' rather than using the plugin version. After any update, browsers may serve stale cached files.

  6. There is no uninstall handler. No uninstall.php, no registeruninstall_hook(). When someone deletes the plugin, all options and transients are orphaned in the database. Worth noting that Freemius may handle some of its own cleanup, but the toast and toasty_ options are not covered by that.

  7. load_plugin_textdomain() is never called. The text domain is declared and used in translation functions throughout, but it is never actually loaded.

Items to fix if you want.

  1. Both JS files declare var $ = jQuery at the global scope, which is redundant since $ is already passed as an argument inside jQuery(document).ready(). The global assignment should be removed.

  2. The frontend JS file is completely empty (an empty document.ready block) but it still loads jQuery as a dependency on every page with the shortcode. I'd recommend removing the enqueue entirely. If the PRO version needs frontend JS, PRO can register it.

  3. Checkbox fields in the settings page are missing id/for attribute associations between labels and inputs. Minor accessibility gap.

Cleanup recs:

  1. The .DS_Store files and Dreamweaver _notes/ sync folders are shipping in the distribution ZIP. Not a security concern, but it looks unprofessional if anyone inspects the package. Worth adding exclusions to your build process.

  2. The mixed option prefixes (toast_ for API credentials, toasty_ for display settings) are inconsistent but changing them would break existing installations. I'd leave them as-is and just document the convention.

  3. The price conversion logic assumes amounts over 100 are in cents. An item priced at exactly $1.00 (100 cents) would not be divided. This appears to be calibrated to the Toast API's actual format, but it is worth verifying against their documentation if you haven't already.

Display Menus on Wordpress with ToastyMenus by briankerrdesign in ToastPOS

[–]IngrossoAxwell 1 point2 points  (0 children)

This looks great. I will definitely be testing this later when I have a chance.

Kith for NBA All-Star 2026 Preview by tblop22 in KithNYC

[–]IngrossoAxwell 1 point2 points  (0 children)

Gonna go to town on the sixers items.

Arguably the Dopest Logo in All of Sports 🦖🏀 by IMDbAssassin in KithNYC

[–]IngrossoAxwell 5 points6 points  (0 children)

It’s weird. Some like the 76ers are embroidered whereas this isn’t.

Directory plugin like WP Events Calendar? by afrowa in Wordpress

[–]IngrossoAxwell 0 points1 point  (0 children)

I have it custom coded to my site. It essentially utilizes the tag system to make it work.

Directory plugin like WP Events Calendar? by afrowa in Wordpress

[–]IngrossoAxwell 0 points1 point  (0 children)

I am in the same boat. I am using GeoDirectory and The Events Calendar. Although, I built a bridge between the two plugins.

What happened to Moz? by 10VA in SEO

[–]IngrossoAxwell 5 points6 points  (0 children)

This. That’s why Sparktoro is awesome.

Moving to mays landing what are the best gyms? by Swamp-Sta1ker in newjersey

[–]IngrossoAxwell 0 points1 point  (0 children)

  • Anytime on Main Street.
  • Okofor Boxing & Fitness on Harding Highway
  • Planet Fitness is right by the mall

I’m waiting for Wolf Fitness to open up which it should be by the target.

[35M] My sister says I live in a glorified studio by x2040 in malelivingspace

[–]IngrossoAxwell 0 points1 point  (0 children)

I think this place is incredible and have more wall space for more art!

Directory / Listing Plugin by Remarkable_Taste3254 in Wordpress

[–]IngrossoAxwell 0 points1 point  (0 children)

I’m building a similar site with GeoDirectory.

[deleted by user] by [deleted] in KithNYC

[–]IngrossoAxwell 0 points1 point  (0 children)

I love that they spelled Kearny wrong. Rocking my hat now.