dimadin/capital-s-dangit

Forever eliminate “Javascript” from the planet.

Maintainers

Package info

github.com/dimadin/capital-s-dangit

Homepage

Type:wordpress-plugin

pkg:composer/dimadin/capital-s-dangit

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2018-11-08 19:52 UTC

This package is auto-updated.

Last update: 2026-03-10 01:33:45 UTC


README

Build Status

This plugin replaces “Javascript” with “JavaScript” in post content, post titles, and comment content.

It has no settings, just activate it and it works immediately.

Using with other texts

You just need to pass your text to the function capital_S_dangit() and it will replace “Javascript” with “JavaScript” in that text.

For exampe:

$my_text = capital_S_dangit( $my_text );

or

add_filter( 'my_custom_filter', 'capital_S_dangit' );