Another important step to a professional plugin is maintaining a clean folder structure, which pertains to keeping all similar fi les together. For example, if your plugin requires JavaScript fi les, create a /js folder and store all the JavaScript … Baca selengkapnya disini
Tag: wordpress plugin
Dec 04
WordPress Plugin: Determining the Plugin Path
Often you need to determine fi le and folder paths within your plugins. For example, you might have an image in your plugin folder that you want to display. Generally speaking, it isn ’ t a good idea to hardcode … Baca selengkapnya disini
Dec 02
WordPress Plugin: Naming Your Plugin
When choosing a name for your plugin, it ’ s good practice to consider a name based on what your plugin actually does. For example, if you create an SEO – focused plugin, you wouldn ’ t want to name … Baca selengkapnya disini
Aug 02
Plugin Data Siswa Berbasis WordPress
Satu lagi plugin WordPress yang saya rilis terkait dengan Sekolah/Dunia pendidikan. Kali ini plugin yang saya rilis adalah plugin Data Siswa.
Plugin ini masih amat sederhana, hanya berfungsi membuat shortcode yang akan memberikan akses data siswa sekolah dalam sebuah post/page. … Baca selengkapnya disini
May 18
How Plugins Interact with WordPress
WordPress features many different APIs for use in your plugin. Each API, or application programming
interface, helps interact with WordPress in a different way. Following is a list of the main available
APIs in WordPress and their function:
- Plugin —
May 11
Penampil Error dengan WP Admin Error Handler
WP Admin Error Handler adalah plugin yang sangat berguna bagi anda yang menjalankan fungsi Debug WordPress, sehingga cukup banyak error yang ditampilkan oleh PHP. Plugin buatan om Gilbert Pellegrom ini sangat membantu melakukan tracking Error.
Contoh error notice pada WordPress:… Baca selengkapnya disini