2017 © Pedro Peláez
 

wordpress-plugin sensible-content-output

Make the_content() output a little more sane with these features. All features are optional and disabling them is easy.

image

k1sul1/sensible-content-output

Make the_content() output a little more sane with these features. All features are optional and disabling them is easy.

  • Thursday, May 4, 2017
  • by k1sul1
  • Repository
  • 1 Watchers
  • 1 Stars
  • 145 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Sensible content output

This plugin helps to keep your sanity when working with WordPress. At the moment it unwraps your inline images and removes the inline width declaration from figure elements embedded within content, to make your life easier., (*1)

Build Status, (*2)

Installing

Easiest way to install is with composer:, (*3)

composer require k1sul1/sensible-content-output dev-master, (*4)

But you can also just download this repository as a .zip file, and install it like you normally would., (*5)

Customizing

If for some reason (I can think of plenty) you don't want to use all the features, you can easily filter the features like this:, (*6)

add_filter("sco_enabled_features", function($features){
  // modify $features here
  return $features;
});

Contributing

Contributions welcome! Feature wishlist:, (*7)

  • Options page

The Versions

04/05 2017

dev-master

9999999-dev

Make the_content() output a little more sane with these features. All features are optional and disabling them is easy.

  Sources   Download

GPL2

by Christian Nikkanen

04/05 2017

0.2.1

0.2.1.0

Make the_content() output a little more sane with these features. All features are optional and disabling them is easy.

  Sources   Download

GPL2

by Christian Nikkanen

02/05 2017

0.2

0.2.0.0

Make the_content() output a little more sane with these features. All features are optional and disabling them is easy.

  Sources   Download

GPL2

by Christian Nikkanen