WP Manifestindependent plugin directory
manifest / unclassified / jdm-wp-missing-functions

JDM WP Missing Functions

Handy-Dandy PHP functions that should've been included in wordPress, but weren't. This plugin fixes that.

by JDM Digital · github.com/jdmdigital/jdm-wp-missing-functions · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jdmdigital/jdm-wp-missing-functions/archive/refs/heads/master.zip

Declares an update source (https://github.com/jdmdigital/jdm-wp-missing-functions/), so updates arrive through the plugin's own updater.

From the readme

JDM Missing WP Functions Plugin Handy-Dandy PHP functions that should've been included in WordPress. This plugin fixes that. WordPress comes with a TON of functions, but it's frustrating when you come across a function need that's not included. Over time, we've gotten pretty tired of writing and re-writing the same functions for different clients and always wondering why they're not already included in WordPress. So, we created a WordPress plugin (hosted by GitHub) that exposes these handy functions for Theme developers, like us. Installation This plugin is not on the WordPress.org repo. Here's how to install it and keep it up-to-date. 1. First, install GitHub Updater. Here's how. 2. Once that's setup, click the "Install Plugin" tab of GitHub Updater and enter this Repo link into the box 3. Click Install Plugin and then click Back to Plugins 4. Click Activate under the new plugin Usage After installation, you won't notice a thing--hopefully. However, you will now have access to a suite of new functions you can use in your theme to keep things organized, increase performance, and modify layouts, etc. Check out the Functions Reference below for details about each of th

Read the full README on GitHub →