load_theme_textdomain [ WordPress Function ]
load_theme_textdomain ( $domain, $path = false )
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: load_child_theme_textdomain, load_textdomain, unload_textdomain, load_default_textdomain, load_muplugin_textdomain
Loads the theme's translated strings.
If the current locale exists as a .mo file in the theme's 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 ]
Google Arama Sonuçlarý
- Function Reference/load theme textdomain « WordPress Codex
Description. Loads the theme's translated strings. If the current locale exists as a . mo file in the theme's root directory, it will be included in the translated strings ...
codex.wordpress.org - How to make a translatable WordPress theme | CatsWhoCode.com
Aug 17, 2009 ... On line 1, you see the load_theme_textdomain() function. This function allow you to load a Text Domain. You can pick up any name, but keep in ...
www.catswhocode.com - load_theme_textdomain() WordPress function reference, arguments ...
load_theme_textdomain(). Loads the theme's translated strings. If the current locale exists as a .mo file in the theme's root directory, it will be included in the ...
queryposts.com - Fatal error: Call to undefined function load_theme_textdomain()
I solved my problem and want to share it with you. You should download a fresh copy of WordPress. Than delete. wp-config.php. and. wp-content ...
stackoverflow.com