WP Manifestindependent plugin directory
manifest / developer / magic-functions

Magic Functions

A collection of magic functions for WordPress plugins and themes.

by Luis del Cid · github.com/luisdelcid/magic-functions · website

1stars
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/luisdelcid/magic-functions/archive/refs/heads/main.zip

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

From the readme

Magic functions for WordPress plugins and themes. Magic functions for WordPress plugins and themes. Add the following code to the main plugin file: addaction('magicloaded', function(){ // Add your custom theme functions here... }); Create a new file named magic-functions.php and add your custom theme functions there or add the following code to the theme's functions.php file: addaction('aftermagicloaded', function(){ // Add your custom theme functions here... }); Note that aftermagicloaded is the first action hook available to themes, instead of aftersetuptheme. To see what’s changed, visit the GitHub repository »

Read the full README on GitHub →

Releases

TagPublished
5.7.29 Jul 29, 2025
5.7.28 Jul 29, 2025
5.6.11 Jun 11, 2025
5.6.4.3 Jun 5, 2025
5.6.4.2 Jun 4, 2025
5.6.4.1 Jun 4, 2025
5.6.4 Jun 4, 2025
5.6.3.5 Jun 4, 2025
5.6.3.4 Jun 4, 2025
5.6.3.3 Jun 4, 2025
5.6.3.2 Jun 4, 2025
5.6.3.1 Jun 4, 2025
5.6.3 Jun 3, 2025
5.5.27 May 28, 2025
5.5.13.7 May 13, 2025
5.5.13.6 May 13, 2025
5.5.13.5 May 13, 2025
5.5.13.4 May 13, 2025
5.5.13.3 May 13, 2025
5.5.13.2 May 13, 2025
5.5.13.1 May 13, 2025
5.5.13 May 13, 2025
5.4.23.1 Apr 24, 2025
5.4.23 Apr 23, 2025

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.