WordPress Admin Area Customization You can use this snippet to remove the item from WordPress admin dashboard…just replace file URL to match your case: function remove_acf_menu() { remove_menu_page(‘edit.php?post_type=acf’);…
The simplest way to create your own sizes inside your child theme is to remove using “remove_theme_support” and set it again “add_theme_support” like following: function remove_featured_images_from_child_theme() { // This will…
Add this code in your plugin root file. It will prevent plugin updates notifications. add_filter(‘site_transient_update_plugins’, ‘remove_update_notification’); function remove_update_notification($value) { unset($value->response[ plugin_basename(__FILE__) ]); return $value; } Other…
Get Woocommerce Gallery Images : <?php global $product; $attachment_ids = $product->get_gallery_attachment_ids(); foreach(…
With WooCommerce, there is an option to enable/disable reviews for each product. Unfortunately, the checkbox doesn’t come checked by default. This box being checked depends on whether or not you…
Shortcodes in WordPress are bits of text you can use in the content area to invoke some kind of function to accomplish certain tasks. You can write your own shortcodes,…
Detect a orientation change of portable device with jQuery: function orient() { var mobh1 = jQuery(window).height(); var mobw1 = jQuery(window).width(); if(mobh1 > mobw1) { pos =…
New site for The Juicery World presenting new Toronto branch. Enjoy! http://thejuiceryworld.com/
Just finished a new layout for http://isleofwightprinting.co.uk/