Plugin Directory

Changeset 2307508


Ignore:
Timestamp:
05/18/2020 10:09:42 PM (5 years ago)
Author:
Darken-x
Message:

Head positioning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dublin-core-metadata-generator/trunk/dcmg_metadata.php

    r2307493 r2307508  
    176176    }
    177177}
    178 add_action('wp_head', 'add_extra_dcmg_tags', 1);
     178add_action('wp_head', 'add_extra_dcmg_tags', 5);
    179179function add_extra_dcmg_metadata()
    180180{
     
    344344    endif;
    345345}
    346 add_action('wp_head', 'add_extra_dcmg_metadata', 1);
     346add_action('wp_head', 'add_extra_dcmg_metadata', 5);
    347347
    348348// Here be dragons
Note: See TracChangeset for help on using the changeset viewer.