Search results for: admin
Increase Memory Limit During Download Delivery
Increase the memory limit of your server to support the delivery of large downloads.
Hem
Octodesigns.se Octodesigns.se Hem Produkter Galleri Kontakta mig © 2024 Octodesigns.se All rights reserved. Hem Produkter Galleri…
Remove Post Title from Yoast Breadcrumb
/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…
Add Dynamic Hidden Field
Dynamically set as a hidden field in the donation form, based on the ID of the…
Change the separator symbol on pages
This snippet can be used to change the separator symbol on pages
Change "Your Donation" On Donation Form
On donation forms, the headline "Your Donations" can be changed to any text you want with…
Disallow point redemption if cart has subscription product.
This snippet will remove the point redemption option if the cart has a subscription product
Translate Products
Code required to translate the word "Products".
Menu Item image Animation on Hover
When you hover over a menu item, the will be an image which will slide behind…
Add Custom Settings Tab to Vendor Dashboard
// Add the tab to the tab nav add_filter( 'wcv_store_tabs', 'add_custom_tab_nav' ); function add_custom_tab_nav( $tabs ){…