Can anyone point me to some good WPMU plugin tutorials? I've searched the forums and can't seem to find a place to start creating plugins from scratch. Thanks!
-Andy
Can anyone point me to some good WPMU plugin tutorials? I've searched the forums and can't seem to find a place to start creating plugins from scratch. Thanks!
-Andy
There's not really a guide available. You could always download a plugin from wpmudev.org and see how's it's done.
May want to look over the wp.org codex as well. There's not much difference between wp 2.1 plugins and wpmu ones.
Good, so I wasn't missing something obvious. I'll try learning by example first. If I need more help I'll check codex or re-post here. Thank guys.
Just make sure that you test anything first. Just make sure you're using those database names that look like this: wpdb->categories. The older guides used the actual database table names. If you use the more updated name calling, it also takes into account the blog_id number.
Good luck,
-drmike