Git Product home page Git Product logo

acorn-disable-media-pages's Introduction

Acorn Disable Media Pages

Latest Stable Version Total Downloads Build Status

Disable Media Pages is an Acorn package for WordPress that disables media attachment pages and generates unique UUID's for each media attachment's post_name to prevent clashing.

WordPress 6.4 will bring the ability to "disable" attachment pages but attachments will still generate unnecessary slugs based on the uploaded media's filename.

Features

  • Replaces media attachment post_name slugs with randomly generated UUID's with Str::uuid().
  • Replaces the "View" media URL with a direct link to the media.
  • 404's any requests made to media attachment page slugs.
  • Easily convert/revert existing media page slugs using Acorn's CLI.

Requirements

Installation

Install via Composer:

$ composer require log1x/acorn-disable-media-pages

Usage

Getting Started

This package has no configuration and will start working once installed.

Existing Media

To convert existing media, simply use the following Acorn command:

$ wp acorn media:generate-slugs

Reverting Slugs

Warning

Reverting your attachment post_name slugs may not restore them 1:1 to what they were prior to conversion.

This command simply re-generates the slugs for each media attachment based on the existing post_title falling back to the filename if the existing post_title is empty.

$ wp acorn media:generate-slugs --revert

Bug Reports

If you discover a bug in Acorn Disable Media Pages, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Acorn Disable Media Pages is provided under the MIT License.

acorn-disable-media-pages's People

Contributors

log1x avatar soean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

soean

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.