Quantcast
Channel: ASDQWE DEV
Browsing latest articles
Browse All 10 View Live

[SOLUTIONS] 500 Internal Server Error PHP

500 Internal Server Error is one of the common PHP errors that can put a PHP developer in panic mode. This article provides information on the most common causes. Why it become common PHP errors ?...

View Article



Image may be NSFW.
Clik here to view.

Enabling/Installing FFmpeg Extension PHP From cPanel

FFmpeg is php extension used to manipulate videos files in PHP using the ffmpeg program. It provides classes for retrieving information from video and audio files like the duration, frame and sample...

View Article

Image may be NSFW.
Clik here to view.

AliExpress Dropshipping Plugin WordPress

Dropshipping is an good way to start an ecommerce business without needing to worry about inventory or shipping. It’s as simple as listing a product for sale on your website, and sending an email to...

View Article

Finding a DropShipping Wholesaler

So now you are probably wondering how you can find and qualify a genuine wholesale drop shipper. You will need some patience and time to search through a drop shipper directory in order to find the...

View Article

Image may be NSFW.
Clik here to view.

[Woocommerce] How to Reorder Tab Position

function wc_reorder_tabs( $tabs ) { $tabs['reviews']['priority'] = 15; // Reviews third $tabs['description']['priority'] = 10; // Description second $tabs['additional_information']['priority'] = 5; //...

View Article


[Woocommerce] How to Change Buy Product Button Text

Single Product Page add_filter( 'woocommerce_product_single_add_to_cart_text', 'wc_custom_cart_button_text' ); // Woocommerce 2.1 + function wc_custom_cart_button_text() { return __( 'Buy via...

View Article

[Woocommerce] How to Display Products from Specific Category

These code to show product with ‘shoe’ category. You can change ‘shoe’ with any category you want. ‘orderby’ => ‘rand’ mean show the product as random. orderby (string | array) – Sort retrieved...

View Article

How to Prevent SQL injection in PHP 2017

SQL injection happens when you interpolate some content into a SQL query string, and the result modifies the syntax of your query in ways you didn’t intend. It doesn’t have to be malicious, it can be...

View Article


Recommended File Permissions for WordPress

What permissions should I have for the following: Root folder storing all the WordPress content wp-admin wp-content wp-includes On computer filesystems, different files and directories have permissions...

View Article


Image may be NSFW.
Clik here to view.

How to link WP Domain Checker Buy Button to Contact Form 7

Is it possible to link WP Domain Checker Buy Button / Purchase Button to Contact Form 7? This is a question from one of WP Domain Checker user. The answer is YES. It is possible! We can use HTTP GET...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images