Get the first & last elements of an associative array

Get the first & last elements of an associative array

This is a small tutorial on how to get the first elements of an associative array in PHP. As you probably already know, associative arrays are extremely popular in PHP, simply because they allow you to set keys/indexes that are human-friendly! Unfortunately, one of the drawbacks to using an associative array is that it can…

Read More Read More

Regex (regular expressions) cheat sheet

Regex (regular expressions) cheat sheet

The tables are not exhaustive, for two reasons. First, every regex flavor is different and we didn’t want to crowd the page with overly exotic syntax. For a full reference to the particular regex flavors you’ll be using, it’s always best to go straight to the source. In fact, for some regex engines (such as…

Read More Read More

Content Egg Range Offer prices in WC Product

Content Egg Range Offer prices in WC Product

If you have the Content Egg plugin installed you can know that this plugin has a shortcode which allows list the Offers in the WooCommerce Product. Usually, the plugin displays the price of the cheapest product from the Offer list but with help of this snippet you can get price from the cheapest to the…

Read More Read More

How to increase the Menu items limit in WordPress

How to increase the Menu items limit in WordPress

Have you reached the max items menu/custom meta rows limit on WordPress? When you add more than a certain amount of menu items/custom meta rows do they just delete on saving? This tutorial will show you to increase this limit and explain what’s causing it.