Posts tagged with add_action() :

Using wp_enqueue_style() to load Google Webfonts in WordPress

Written by Fikri Rasyid at

Google Webfonts

Google webfonts rocks. I had used it in some projects and it worked like a charm. To use Google webfont, basically all you need to do is adding the stylesheet which is hosted in Google servers to your <head>. read more →

Hooking Function Using add_action()

Written by Fikri Rasyid at

WordPress Tutorials

If you want to “hook” a function into another function in WordPress, add_action() is what you need. Why do you want to hook a function into another function? Because there is functionality which is not accommodated by current function,. read more →

Bagaimana cara memasukkan JavaScript ke dashboard admin WordPress

Written by Fikri Rasyid at

Butuh memasukkan plugin jQuery tertentu ke dashboard WordPress? Here’s the how: http://wordpress.org/support/topic/wp_print_scripts-jquery-function-above-jquery-src thanks to incredible WordPress community. read more →