PHPackages                             tfrommen/progress-bars - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tfrommen/progress-bars

ActiveWordpress-plugin

tfrommen/progress-bars
======================

This plugin registers a configurable shortcode to render HTML5 &lt;progress&gt; elements.

v1.0.1(8y ago)0101MITPHPPHP &gt;=5.4

Since Jun 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tfrommen/progress-bars)[ Packagist](https://packagist.org/packages/tfrommen/progress-bars)[ RSS](/packages/tfrommen-progress-bars/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Progress Bars
=============

[](#progress-bars)

[![Version](https://camo.githubusercontent.com/ec7e454eb990b6edf8ab4045ae0a078113c8fee39094c0cae981c4491f86af39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7466726f6d6d656e2f70726f67726573732d626172732e737667)](https://packagist.org/packages/tfrommen/progress-bars)[![Status](https://camo.githubusercontent.com/0516d1b16221bb9cbc5f57f91e1f235b1b6aaee353113f6d168996f670c9a75d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d627269676874677265656e2e737667)](https://github.com/tfrommen/progress-bars)[![Downloads](https://camo.githubusercontent.com/11e974f008e837c5c17e43402da0d9d6dadf42e04739bc4bc15f1735d2add9c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7466726f6d6d656e2f70726f67726573732d626172732e737667)](https://packagist.org/packages/tfrommen/progress-bars)[![License](https://camo.githubusercontent.com/3973330586b8ea1502573e12cbbf4ba51102c2d64529f47750d3beb7f10d6f40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7466726f6d6d656e2f70726f67726573732d626172732e737667)](https://packagist.org/packages/tfrommen/progress-bars)

> This plugin registers a configurable shortcode to render HTML5 `` elements.

Installation
------------

[](#installation)

Install with [Composer](https://getcomposer.org):

```
$ composer require tfrommen/progress-bars
```

Or:

1. [Download ZIP](https://github.com/tfrommen/progress-bars/releases).
2. Upload contents to the `/wp-content/plugins/` directory on your web server.
3. Activate the plugin through the *Plugins* menu in WordPress.
4. Make use of the new `[progress]` shortcode anywhere in your WordPress editor.

### Requirements

[](#requirements)

This plugin **requires PHP 5.4** or higher, but you really **should be using PHP 7** or higher, as we all know.

Usage
-----

[](#usage)

The following sections will help you get started with Progress Bars. To be honest, it's no big deal, though.

### Filters

[](#filters)

In order to customize certain aspects of the plugin, it provides you with several filters. For each of these, a short description as well as a code example on how to alter the default behavior is given below. Just put the according code snippet in your theme's `functions.php` file or your *customization* plugin, or to some other appropriate place.

#### `\tfrommen\ProgressBars\Shortcode::FILTER_TAG` (`progress_bars.shortcode_tag`)

[](#tfrommenprogressbarsshortcodefilter_tag-progress_barsshortcode_tag)

This filter lets you customize the shortcode tag, which by default is `progress`.

**Usage Example:**

```
