Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Erikvona

    (@erikvona)

    A minor adjustment will fix this: in perpagehead.php, line 110, replace add_action('wp_head', 'perpageath_display'); with add_action('wp_head', 'perpageath_display', 1000000); or a larger number. This will put my plugin way down the queue on the wp_head hook.

    However, sometimes a theme developer manually adds stuff to the head segment after calling the wp_head hook. If that is the case, this won’t work, and you should contact your theme developer.

    Plugin Author Erikvona

    (@erikvona)

    Fix is now included in version 1.1.2, queue priority set to 100 (not 1000000).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insertion location’ is closed to new replies.