borgenfalkskott/bs-wp-meta

A plugin to sort out all of the meta in your head.

Fund package maintenance!
borgenfalkskott
Patreon

Installs: 277

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

v0.1.1 2022-06-10 10:52 UTC

This package is auto-updated.

Last update: 2024-04-10 14:41:59 UTC


README

A plugin to sort out all of the meta in your head.

Install

Composer

composer require borgenfalkskott/bs-wp-meta

Bedrock

Simply add it to app/mu-plugins/ to have Bedrock autoload it.

Vanilla WordPress

If you are not using Bedrock, simply add an autoloader file in wp-content/mu-plugins/ like this, to have WordPress run this plugin:

// autoloader.php:

<?php
  /**
   * WordPress Mu Plugin Autoloader
   */
  require_once __DIR__ . '/bs-wp-meta/bs-wp-meta.php';
?>

What is a mu-plugin?

Nowadays it stands for "must use plugin", meaning that it is activated automatically by just adding it to the /wp-content/mu-plugins folder.

Single file mu-plugins that sits directly inside the mu-plugins folder, are loaded automatically by WordPress.

For mu-plugins that live inside a subfolder, they need to be autoloaded like the example above or by using something like Bedrock.

Read more about mu-plugins here.

Support our work

⭐️ Star this repo on GitHub.

⭐️ Star this package on Packagist.

❤️ Buy me a coffee.