Useful to see what changes are made in the WordPress database by a plugin, theme or other code. Add this to functions.php
Useful to see what changes are made in the WordPress database by a plugin, theme or other code. Add this to functions.php
WordPress by default will preserve capitalisation in filename for images. To make filenames lowercase automatically, add the following to the functions.php of your active theme.
The easiest way to find the Post ID, Page ID or Product ID in WordPress is to hover over the post in WordPress admin and check the link. The number after post= and before & is the post ID. You…
For quick reference. Remember to change my_subdir and example.com Reference: Giving WordPress Its Own Directory
Add the following code to the functions.php of your active theme. add_filter( ‘woocommerce_marketing_menu_items’, ‘__return_empty_array’ ); This will remove the following Marketing menu added in WooCommerce 4.0