Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Add a button to customer data
Add a button to retrieve all customer data.
Remove Discount Field
Removes the Discount Code field from the checkout form.
WPBakery Collapse All Rows
Adds Collapse / Expand All Rows in WP Bakery Builder + Ave WP Theme
Readme.txt Parsing Enhancements
Updates a Download's current version and changes log fields when using the readme.txt parsing feature in…
WPForms Center Align
Cernter alligns WP forms fields and content. Must enter wpf-center in General/Advanced form settings.
Foodtruck
crée moi moi un plugin pour wordpress pour un foodtruck avec une commande pour fermer et…
Charitable: Force PayPal Legacy gateway
Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…
Allow HTML in the product description
function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…
Add custom page to the vendor dashboard - custom menu link
add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…
Buy Now
...
Ensure Webfont is Loaded
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
Move "Ships From" under the Product Meta, in the single product page template
Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…