BPOVIA Website Design

Icon

Provides High-quality Web Design And Maintenance Service In The World

Add rich text editor to wordpress plugin

Loading Editor To load TinyMCE you need to use the following code. First two lines attach hooks to init and head actions. Two functions hooked follow after. One loads JavaScript needed, and second actually loads the editor. Line that enqueues the media upload element is needed only if you use media buttons. <?php add_action(‘admin_init’, ‘editor_admin_init’); [...]

How to Submit Your Plugin to Official WordPress [2]

After your application passes the audit, you will receive an official email from WordPress, content is shown as follow: For Linux users, please refer to official help document Below is for Windows users, who will use Subversion to finis. 1. Download and install subversion software, TortoiseSVN is recommend, reboot after installation. 2. Create a new [...]