dimadin / capital-s-dangit
Forever eliminate “Javascript” from the planet.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.2.4
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-09 22:44:46 UTC
README
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' );