WooCommerce: How to get Product data from Product Object
Get Product Object:
Get Product Object:
These screencasts describe how to import and update the Content Egg Offers via WP All Import plugin.
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.
If you need to check how many time any PHP function takes you can make use of these simple tricks.
The simplest solution to the frontend developer.
Very often when you contact technical support they ask you send them an error log file. In this short instruction I am going to tell you where you can find it and how to create it.
When you upload an animated GIF to WordPress, it does all of it’s resizing magic to make the various thumbnail sizes (defaults are thumbnail, medium and large, in addition to the original full). When it does this, the resized versions lose their animation.
rawurlencode ( $str ); Returns a string in which all non-alphanumeric characters except -_.~ have been replaced with a percent (%) sign followed by two hex digits. This is the encoding described in » RFC 3986 for protecting literal characters from being interpreted as special URL delimiters, and for protecting URLs from being mangled by…
If you have been working with WordPress, you probably already know that all assets like images, stylesheets, themes, and plugins in WordPress are by default, stored under the /wp-content/ directory. But, do you know that we can actually change this folder name into something else, and yet it will still work?