WordPress core functions Posted on December 31, 2016 by admin <?php wp_head(); ?> : To load scripts and link from plugins <?php get_post_custom($post_id); ?> : to get values from custom fields , as parameters pass id of post, otherwise current post details will return.