SKU stands for “Stock Keeping Unit”. SKU is a unique identifier, that refers to the stock of products in the inventory. It is good to
Tag: Featured

Change bootstrap navbar breakpoint to custom width or medium device

How to create a progress fluid bar using Bootstrap and jQuery and get event to be triggred when the bar is completed.

Use the PHP snippet to create the current page URL. It will check if the URL is on a secure URL (https) or not (http). The code gets server name and port number if needed and the current page URL.

Redirect 404 pages of your custom post types in WordPress using its builtin function and redirect() function

If the search engine crawler is picking your posts or pages having status to be “Draft” and you wish to redirect those posts and pages to home page? this article is has the best guidance

Get current post or page URL in WordPress using WordPress native functions.

float round ( float $val [, int $precision = 0 [, int $mode = PHP_ROUND_HALF_UP ]] ); Returns the rounded value of val to specified

It can be done as: $foo = “105”; echo number_format((float)$foo, 2, ‘.’, ”); The output of above code is: 105.00 The same can be achieved as:

In PHP development when we are dealing with dynamic applications we need to work with SQL and to execute SQL file in PHP. Sometimes it