Cách gọi môt wp editor và xử lý dữ liệu của nó để lưu vào database: chúng ta sẽ thêm một editor vào bất kỳ nơi nào chúng ta muốn và xử lý lưu dữ liệu của nó
1 2 3 4 5 6 |
<?php $content = $email_footer; $editor_id = 'email-footer'; wp_editor( $content, $editor_id ); ?> |
1 |
wp_kses_post($_POST['email-footer']) |
Mọi sự sao chép xin ghi rõ nguồn là fcwordpress.net
Chuyên trang về wordpress: hướng dẫn thiết kế theme, plugin, thủ thuật wordpress