WP Manifestindependent plugin directory
manifest / admin / tiny-tweaks-settings-api

Tiny Tweaks - Settings API

A WordPress plugin for implementing very simple tweaks to admin footer and login page

by Bowo · github.com/qriouslad/tiny-tweaks-settings-api · website

2stars
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/qriouslad/tiny-tweaks-settings-api/archive/refs/heads/main.zip

Declares an update source (https://github.com/qriouslad/tiny-tweaks-settings-api), so updates arrive through the plugin's own updater.

From the readme

Tiny Tweaks A simple WordPress plugin to perform small tweaks to the wp-admin footer and the login page. Created as part of Building Your First Plugin(s) – the Why and How talk for WordCamp Malaysia 2024. This version uses WordPress Settings API to build the settings page. Another version that uses Codestar framework can be found at https://github.com/qriouslad/tiny-tweaks-codestar. You can find the full talk at: (coming soon on wordpress.tv) You can find the slides at: https://bowo.io/wcmy24

Read the full README on GitHub →