2017 © Pedro Peláez
 

wordpress-plugin cleanify

Remove slug from custom post types permalinks

image

frozzare/cleanify

Remove slug from custom post types permalinks

  • Tuesday, October 17, 2017
  • by fredrikforsmo
  • Repository
  • 1 Watchers
  • 3 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Cleanify

No Maintenance Intended, (*1)

Requires PHP 5.4, (*2)

Simple WordPress plugin to remove slug from custom post types permalinks., (*3)

Install

composer require frozzare/cleanify

Example

Before: http://example.com/photograph/random-name, (*4)

After: http://example.com/random-name, (*5)


add_filter( 'cleanify/cpts', function () { return 'photograph'; } );

Filters

cleanify/cpts

Return all post types where the slug should be removed. Should be a string or array of strings., (*6)

License

MIT © Fredrik Forsmo, (*7)

The Versions

17/10 2017

dev-master

9999999-dev https://github.com/frozzare/cleanify

Remove slug from custom post types permalinks

  Sources   Download

MIT

The Requires

 

plugin wordpress permalink custom post type

17/10 2017

dev-frozzare-patch-1

dev-frozzare-patch-1 https://github.com/frozzare/cleanify

Remove slug from custom post types permalinks

  Sources   Download

MIT

The Requires

 

plugin wordpress permalink custom post type

10/04 2015

v1.0.0

1.0.0.0 https://github.com/frozzare/cleanify

Remove slug from custom post types permalinks

  Sources   Download

MIT

The Requires

 

plugin wordpress permalink custom post type