Home

Url List: A Handy Tool to View All URLs in Your WordPress Database

Introduction: Have you ever been in a situation where you wanted a bird’s eye view of all the URLs present in your WordPress database? Well, I faced a similar challenge and decided to come up with a solution. Today, I’m thrilled to introduce the MF Url List plugin, a simple yet powerful tool that fetches… Read More »Url List: A Handy Tool to View All URLs in Your WordPress Database

GA Cookie Consent Analyzer

Recently, I’ve received feedback from clients experiencing unexpected drops in their Google Analytics figures. Many of these clients transitioned from Universal Analytics to Google Analytics 4 (GA4) while simultaneously implementing stringent GDPR-compliant cookie policies. With these new policies in place, no cookies are stored unless a user provides explicit consent by clicking the “accept cookies”… Read More »GA Cookie Consent Analyzer

Invoices for membership pro

This is a plugin to generate invoices for payments done with Membership Pro, in the Italian language. Download

WordPress Google Maps boilerplate

This is just the basic code to add google maps to a post using a short code. This code will block other google map instances, loaded by the theme or other plugins because they conflict. Usage: Install the plugin Go to Settings > Center Map and add the google maps API key Put the short… Read More »WordPress Google Maps boilerplate

WordPress list all urls

This plugin will list all urls in the database. It was developed to help migrating sites from staging to production. Many times when doing a find replace before migrating it is hard to be sure if everything was replaced. Download

Modal Window

This plugin adds a button to open content in a modal window. Example: [mf_modal label=’open 2′] this is the second modal [/mf_modal] Short code attributes: ‘label’ => The text in the open modal button ‘button_class’ => class for the open modal button ‘modal_width’ => size of the modal, from bootstrap https://getbootstrap.com/docs/5.0/components/modal/#optional-sizes ‘close_class’ => close button… Read More »Modal Window