WordPress core functions

  • 0
  • <?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.

<?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.

<?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.