PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

why wp_head action is not working

  1. Why cant i use wp_head filter and what is propery way to add gravity_form_enqueue_scripts with filter or action ?
    add_action('wp_head', function(){ gravity_form_enqueue_scripts(1, true);});
    http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Posted 12 years ago on Friday December 9, 2011 | Permalink
  2. Can you post your exact code please? Or is that it? I normally do it as this uses posted:

    http://www.gravityhelp.com/forums/topic/gravity-form-enqueue-scripts-in-functionsphp-vs-headphp?message=closed#post-43489

    Posted 12 years ago on Friday December 9, 2011 | Permalink