Bernard Aybouts - Blog - MiltonMarketing.com

Enhance WordPress: TinyMCE Buttons & Shortcode Plugins

By |March 20, 2018|WordPress, Custom Code|

Automatically Create Media Buttons for Shortcode Selection To automatically create media buttons for shortcode selection in WordPress, follow the steps below: Step 1: Add the Button to TinyMCE Editor Add the following PHP code to your theme's functions.php file or a custom plugin: function my_add_tinymce_button() { if ( ! current_user_can( 'edit_posts' ) &&[ ► ]

How to Define surcharge by country with WooCommerce

By |March 20, 2018|WooCommerce, Plugins, WordPress|

How to Define Surcharges by Country with WooCommerce How to Add Country-Based Surcharges in WooCommerce: Step-by-Step Guide Adding a country-based surcharge in WooCommerce is a smart way to recover additional costs like higher shipping rates, regional taxes, or special handling fees.This guide walks you through a simple and safe method to set up[ ► ]

Go to Top