Allow SVG Files Upload (copy)

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types. * * @return mixed */ add_filter( ‘upload_mimes’, function ( $upload_mimes ) { // By default, only administrator users are allowed to add SVGs. //…Continue reading

secure form (copy)

Download “Chess Not Checkers” Make the right move for your business. Discover how to choose the perfect AI provider to enhance your operations. Enter your details below to receive your free copy immediately.Continue reading

secure form

Download “Chess Not Checkers” Make the right move for your business. Discover how to choose the perfect AI provider to enhance your operations. Enter your details below to receive your free copy immediately.Continue reading

Pixelsz functionaliteiten

/** * Plugin Name: Pixelsz – Kernfuncties (V17.1.1) * Description: Kernfuncties voor Pixelsz-klanten: whitelist-rechten, beveiliging, licenties (Akismet/Divi), betaalde plugins-overzicht (incl. Rank Math Pro & WPCode Pro), e-mailtest, WhatsApp/belknop, tijdelijke banner, onderhoudspagina, activiteitenlog, custom login. * Author: Pixelsz * Version: 17.1.1…Continue reading

Pixelsz functionaliteiten

/** * Plugin Name: Pixelsz – Kernfuncties (V17.0.2) * Description: Whitelist-rechten gefixt. Kernfuncties & Beveiliging voor whitelist; niet-whitelist ziet E-mailtest, WhatsApp, Banner, Onderhoud. Activiteitenlog schakelbaar. Inclusief licenties, betaalde plugins/thema’s herkenning, onderhouds-takeover en plug-in vervangers. * Author: Pixelsz * Version: 17.0.2…Continue reading

Custom Vendor Product Fields for HTS and Export Classification Number

// Output the custom HTS Classification at the bottom of the General tab of Product Edit Page. add_action( ‘wcv_product_options_general_product_data’, ‘wcv_product_hts_classification’ ); function wcv_product_hts_classification( $object_id ){ WCVendors_Pro_Form_Helper::textarea( array( ‘post_id’ => $object_id, ‘id’ => ‘wcv_custom_product_hts_classification’, ‘label’ => __( ‘HTS Classification’, ‘wcvendors-pro’ ),…Continue reading