Minify and compress WordPress files

Functionality:

  • Admin Panel: It creates an admin panel with settings for various functionalities like enabling/disabling minification, merging, deferring of scripts, etc.
  • Cache Management: It creates a cache directory to store the minified files and provides options to purge the cache.
  • Minification and Merging: It combines and minifies CSS and JavaScript files to reduce their size.
  • Deferring Scripts: It can optionally defer loading of JavaScript files to improve perceived website speed.
  • HTML Minification: It can optionally minify HTML code by removing unnecessary characters and whitespace.
  • Preloading Resources: It can optionally add preload headers for critical resources to improve website loading speed.
  • CDN Support: It allows specifying a CDN (Content Delivery Network) URL to serve the minified files.
  • Security: It verifies user permissions before allowing cache purging.

Add a fixed contact bar to your WordPress

Functionality:

  • Adds a Contact Bar: This plugin creates a permanent contact bar on your website, likely at the top or bottom, that displays your contact information. This makes it easy for visitors to get in touch with you.
  • Easy Setup: There’s no mention of complex configurations in the code snippet, suggesting it might be a simple setup process.
  • Admin Panel (Likely): While the code doesn’t explicitly show an admin panel, the commented section suggests there might be one for managing the contact bar’s content and appearance. This is because it checks for the user being in the admin area and not performing Ajax actions.

Adding reading time to the content made easy

Simple and easy to use with shortcodes

Functionality:

Overall Functionality:

  • This plugin works by estimating the reading time based on the post content’s word count and adding an estimated time for images.
  • It provides options to control where the reading time is displayed (before content or excerpt) and how it’s formatted (including labels and singular/plural forms for the time unit).
  • It also offers a shortcode that can be used to insert the reading time anywhere in a post or page.

+50 pre-made patterns for reuse in WordPress Block Editor

Functionality:

“Ulises Patterns”, adds a collection of pre-made design elements (called patterns) to the WordPress block editor. These patterns can be easily inserted into any block theme, allowing users to quickly build website layouts with features like:

  • Call to action blocks – These likely encourage users to take a specific action, like subscribing to a newsletter or contacting you.
  • Combined text and image blocks – These offer a way to showcase both text and visuals together.
  • Text and image variations – There might be options for displaying text before or after the image.
  • Service blocks – These could be used to highlight specific services you offer.
  • And more! – The description mentions “a lot more,” suggesting a wider variety of pre-made layouts.

Create and manage your customers and invoices

Functionality:

WordPress plugin called “MBI Manager” developed by Ulises Freitas. This plugin helps businesses manage invoices, estimates, and customer information.

  • Customer Management: The plugin allows you to create and manage customer profiles within the WordPress admin area. This likely includes storing information like customer names, addresses, contact details, etc.
  • Invoice Creation: You can create invoices for your customers directly through the plugin. This might involve specifying details like invoice items, quantities, pricing, and totals.
  • Estimate Creation: The plugin might also let you generate estimates for potential customers before finalizing an invoice.