verbrauchsberechner_css

h2 { text-align: center; } main, .delete { margin-left: 20px; } #img_verbrauch { float: right; margin-right:…

Manfred Dreier
<10

Enable Payment on Account

* - Adds a "Payment Methods" tab under WooCommerce > Settings. * - Shows a matrix…

product data tabs

/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…

Carla Mawyin
<10

Add the "input hidden" field type to the EDD settings

Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…

Show Invoice for Pending

Makes PDF Invoices available for pending payments

Security Icons for Cart Page

/** * ============================================================ * Cart Page — Security Trust Badge Bar * ============================================================ * * PURPOSE:…

Dustin Lavoie
<10

Weighted download count

This plugin makes it so that certain products use up more downloads in the download counter…

AR iFrame Snippet 2.0

Used for IMP Augmented Reality viewer for Jacuzzi models from Brand 3D

Paramount Site

paramount-wpcode-full-shortcode.php

Andre Howard
<10

Test

echo "test";

Alex Sakal PRO
<10

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 ){…

Hide “Everywhere Else” on the countries dropdown

if ( ! function_exists( 'wcv_hide_everywhere_else' ) ) { /** * Hide the "Everywhere else" option in…

home slider css

/* Increase the image size in the slider */ .container { width: 100%; max-width: 90%; /*…

1 126 127 128 129 130 226