# taniarascia/wp-functions

A compilation of function snippets for WordPress developers who create their own themes.

Repository: https://github.com/taniarascia/wp-functions
Canonical: https://ross.abutalabs.com/products/wp-functions
License: MIT
License Family: permissive
Topics: wordpress, wordpress-functions, php, wordpress-development, functions, settings
Last push: 2024-02-25T06:11:49+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3911, "days_push": 920, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1237, forks 256 (observed 2026-08-28T04:04:05.407033+00:00)

## What it is
A curated collection of useful WordPress function snippets for developers building their own themes, covering admin customization, asset enqueueing, SEO meta tags, and cleanup tasks. It serves as a reference of copy-paste-ready PHP code for a theme's functions.php file.

## Use cases
- customize the wordpress admin dashboard
- clean up wordpress theme functions.php
- add open graph meta tags to wordpress
- enqueue styles and scripts in a wordpress theme
- disable xmlrpc and rest api in wordpress
- create custom post types in wordpress
- hide wordpress update notices from non-admins

## When to choose
- you are hand-building a custom WordPress theme and need common functions.php snippets
- you want a reference of well-known WordPress tweaks in one place
- you need quick copy-paste solutions for admin, SEO, or cleanup tasks

## When to avoid
- you use a page builder or block theme and rarely edit PHP
- you need a maintained plugin with settings UI rather than raw snippets
- you need guaranteed up-to-date code for the latest WordPress versions

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: developer-tools, templating, configuration-management
- domain: web-development, cms, developer-tools, tutorials
- platform: php, self-hosted
- tags: wordpress, functions-php, theme-development, code-snippets, php, web-server

## Member repositories
- taniarascia/wp-functions (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.407033+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:21:54.910521+00:00, confidence not recorded.
  - readme: https://github.com/taniarascia/wp-functions (fetched 2026-08-28T04:04:05.407033+00:00, sha 9f6238e35db6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
