Skip to content

Instantly share code, notes, and snippets.

View ara303's full-sized avatar

E ara303

  • uk
View GitHub Profile
<?php
/**
* Plugin Name: Preserve Taxonomy Hierarchy on Nav Menus
* Description: Adapted from https://core.trac.wordpress.org/attachment/ticket/18282/preserve-page-and-taxonomy-hierarchy.php and https://wordpress.org/plugins/preserve-taxonomy-hierarchy/
* Author: E. Adams
* Version: 1
*/
defined( 'ABSPATH' ) || exit;
#!/usr/bin/env bash
# =============================================================================
# Arch Linux + KDE Plasma — Automated Setup Script
# =============================================================================
# Run as your normal user (NOT root). sudo will be invoked as needed.
# Usage: bash arch-setup.sh
# =============================================================================
set -euo pipefail