Editing the .htaccess File
php_value memory_limit 256M
Replace Add to Cart with Download
If the user has purcahsed the product already, show a links to download each file associated…
WP Simple Pay: Conditionally Dequeue Scripts & Styles
Conditionally dequeue scripts & styles based on set conditions. In this example, we remove all plugin…
Delete Woocommerce images after deleting product
Automatically Delete WooCommerce Images After Deleting a Product. If you use the same image of multiple…
Add FES Vendor Dashboard Tab
Add a new tab to the Frontend Submissions vendor dashboard menu.
Use Full Store Address in Ships From
add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…
Hide unnecessary roles
Masque les roles qui ne doivent pas être utilisés dans les filtres utilisateurs
Change the Email Summary Email Address
This snippet will allow you to specify who the email summaries should be delivered to. On…
Limit user posts
A settings page to set the number of posts all users can create
Replace The WordPress Logo on Login Page with your own logo
Replace The WordPress Logo on Login Page with your own logo
Block URLs Inside Text Fields
This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…
Custom Countries
Illustrates how to add a custom list of countries This list will be used anywhere EDD…
Disable The WP Admin Bar
Hide the WordPress Admin Bar for all users in the frontend.