load_child_theme_textdomain [ WordPress Function ]
load_child_theme_textdomain ( $domain, $path = false )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: load_theme_textdomain, load_default_textdomain, load_textdomain, load_plugin_textdomain, unload_textdomain
Loads the child themes translated strings.
If the current locale exists as a .mo file in the child themes root directory, it will be included in the translated strings by the $domain.
The .mo files must be named based on the locale exactly.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Recommended way of handling Translations - PressWork Support
Sep 21, 2011 ... "The difference between load_child_theme_textdomain and load_theme_textdomain is that one looks in the stylesheet directory, the other ...
support.presswork.me - WordPress › Support » Tags — load_child_theme_textdomain
... or Email Address Password (forgot?) Register · WordPress › Support » load_child_theme_textdomain. Tag: load_child_theme_textdomain Add New » ...
wordpress.org - multi language - Link to a .po file in a child theme - WordPress
Jan 20, 2011 ... You will need to use the function load_child_theme_textdomain. ... i put load_child_theme_textdomain('BETA'); in my child theme function and ...
wordpress.stackexchange.com - load_child_theme_textdomain
Function and Method Cross Reference. load_child_theme_textdomain(). Defined at: /wp-includes/l10n.php -> line 468. No references found.
phpxref.ftwr.co.uk