Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/taynamvn/domains/taynamsolution.vn/public_html/wp-includes/functions.php on line 6114
Hướng dẫn kích hoạt Classic Editor không cần dùng plugin - Tây Nam Solutions

Hướng dẫn kích hoạt Classic Editor không cần dùng plugin

Bạn chỉ cần chèn đoạn code sau vào file function của theme, editor sẽ hiện trong bài viết của bạn. Tuy nhiên muốn đầy đủ công cụ bạn vẫn phải cài plugin

Advanced Editor Tools (previously TinyMCE Advanced) để có đầy đủ công cụ như hình dưới đây

 

CODE:

[php]
add_filter(‘use_block_editor_for_post’, ‘__return_false’);[/php]

Hướng dẫn kích hoạt classic editor wordpress không cần dùng plugin
Hướng dẫn kích hoạt classic editor wordpress không cần dùng plugin