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…
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…
Extra WordPress Filters in Pro (Tag Data for a Custom Layout) | Display Eventbrite Events
By default, all the tag data is not retrieved as this requires extra API calls. If…
Add duplicate link to admin bar menu
Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…
code at the end of the body tag
Hello, I need to include the following code at the end of the body tag of…
Open All Internal and External Link in New Tab in Wordpress
Open All Internal and External Link in New Tab in Wordpress
slide-top-center.css
html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…
Integración de eventos del datalayer en Clarity
Enviar de manera automatica todos los eventos del datalayer a Microsoft Clarity
PHPmyadmin
Php software
Add Radio Boxes To Donation Form
/** * Add a collection of radio selections to the donation form. * * This snippet…