Hogy default legyen a sima editor a HTML (WYSIWYG) helyett, functions.php-be tenni
1 | add_filter('wp_default_editor', create_function('', 'return "html";')); |
Hogy default legyen a sima editor a HTML (WYSIWYG) helyett, functions.php-be tenni
1 | add_filter('wp_default_editor', create_function('', 'return "html";')); |
Post a Comment