Download the PHP package mundschenk-at/wp-typography without Composer
On this page you can find all versions of the php package mundschenk-at/wp-typography. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mundschenk-at/wp-typography
More information about mundschenk-at/wp-typography
Files in mundschenk-at/wp-typography
Package wp-typography
Short Description A WordPress plugin for improving your web typography
License GPL-2.0-or-later
Informations about the package wp-typography
wp-Typography
Improve your web typography with:
-
Hyphenation — over 70 languages supported
-
Space control, including:
- widow protection
- gluing values to units
- forced internal wrapping of long URLs & email addresses
-
Intelligent character replacement, including smart handling of:
- quote marks
- dashes
- ellipses
- trademarks, copyright & service marks
- math symbols
- fractions
- ordinal suffixes
- CSS hooks for styling:
- ampersands,
- uppercase words,
- numbers,
- initial quotes & guillemets.
wp‐Typography has the following requirements:
- The host server must run PHP 7.4.0 or later,
- your installation of PHP must include the following PHP extensions (most do):
- text must be encoded in UTF‐8.
wp-Typography can easily be ported to any other PHP-based content management system. The Composer package mundschenk-at/php-typography
assembles all typographic functionality (without any WordPress-specific code) in an object oriented format that is ready use.
View the wp-Typography homepage for more information.
Frequently Asked Questions
FAQs are maintained at the wp-Typography website.
Three questions come up so frequently, we will republish their answers here:
Will this plugin slow my page loading times?
Maybe. For best performance, use a persistent object cache plugin like WP Redis.
This plugin breaks post title links. What gives?
More likely than not, your WordPress theme is using an improper function to set the title attribute of your heading's link. It is probably using the the_title()
function, which delivers the post title after filtering. It should be using the_title_attribute()
which delivers the post title before filtering. Change out this function throughout your theme when it is used inside of an HTML tag, and the problem should go away.
If you are uncomfortable editing your theme's code, you may alternatively go to the wp-Typography settings page in your admin panel and add h1
and h2
to the "Do not process the content of these HTML elements:" field. This will disable typographic processing within improperly designed page title links and page titles.
What are the privacy implications of using the plugin?
wp-Typography does not store, transmit or otherwise process personal data as such. It does cache the content of the site's posts. If necessary, you can clear this cache from the plugin's settings page.
Changelog
A detailed release changelog can be found on the wp-Typography website.
All versions of wp-typography with dependencies
mundschenk-at/php-typography Version ^6.6.0
level-2/dice Version ^4.0.4
mundschenk-at/check-wp-requirements Version ^2.0
mundschenk-at/wp-data-storage Version ^1.0
mundschenk-at/wp-settings-ui Version dev-master