wpseek.com
A WordPress-centric search engine for devs and theme authors
options_reading_blog_charset › WordPress Function
Since3.5.0
Deprecatedn/a
› options_reading_blog_charset ( No parameters )
Defined at: |
|
Codex: |
Render the site charset setting.
Related Functions: options_reading_add_js, options_permalink_add_js, clean_blog_cache, is_main_blog, _canonical_charset
Source
function options_reading_blog_charset() { echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />'; echo '<p class="description">' . __( 'The <a href="https://wordpress.org/documentation/article/wordpress-glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>'; }