Method | Description | |
---|---|---|
__construct ( ) | Hook actions and filters. | |
action_links ( array $links, string $plugin_file ) : array | Add action links to plugins page. | |
disable_bitter ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Bitter font toggler string translation. | |
disable_inconsolata ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Inconsolata font toggler string translation. | |
disable_lato ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Lato font toggler string translation. | |
disable_libre_franklin ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Libre Franklin font toggler string translation. | |
disable_merriweather ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Merriweather font toggler string translation. | |
disable_montserrat ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Montserrat font toggler string translation. | |
disable_noto_sans ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Noto Sans font toggler string translation. | |
disable_noto_serif ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Noto Serif font toggler string translation. | |
disable_open_sans ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Open Sans font toggler string translation. | |
disable_source_sans_pro ( string $translations, string $text, string $context, string $domain ) : string | Force 'off' as a result of Source Sans Pro font toggler string translation. | |
register_theme_fonts_disabler ( ) | Register filters that disable fonts for bundled themes. |
public disable_bitter ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_inconsolata ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_lato ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_libre_franklin ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_merriweather ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_montserrat ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_noto_sans ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_noto_serif ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_open_sans ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public disable_source_sans_pro ( string $translations, string $text, string $context, string $domain ) : string | ||
$translations | string | Translated text. |
$text | string | Text to translate. |
$context | string | Context information for the translators. |
$domain | string | Text domain. Unique identifier for retrieving translated strings. |
return | string | $translations Translated text. |
public register_theme_fonts_disabler ( ) |