Latest Website Snippets

Restrict certain file access to a referred website
Category: WordpressUse this if you want to upload a PDF to the WordPress media library but restrict access so that only visitors referre...

Wordpress wp_option table full of trazients
Category: WordpressThe _transient_timeout_wc_product_loop_* entries in your WordPress database are related to WooCommerce t...

Add Handling Fee to certain shipping method in Woocommerce
Category: WoocommerceYou can achieve this by adding a custom function to your WordPress theme's functions.php file. This...

Disable Wordpress default login url and set a custom one
Category: WordpressHow to disable the default Wordpress urls, /wp-admin and /wp-login</em...

Redirect Wordpress default login url to a custom page
Category: WordpressIn WordPress, you can use the login_init action hook along with the <str...

Redirect Wordpress default registration url to a custom page
Category: WordpressIn WordPress, you can use the login_init action hook along with the wp_redirect...

Hide a specific shipping method in Woocommerce when Free shipping is available
Category: WoocommerceIn Woocommerce if you want to hide a specific shipping method (identified by its instance ID) when the cart total is...

WooCommerce - redirect to previous page after login
Category: WoocommerceThis code snippet uses PHP sessions to store and manage the referring URL (referer URL) when a user attempts to log i...