Title: Decrease priority to load last the wp_head hook
Last modified: January 3, 2023

---

# Decrease priority to load last the wp_head hook

 *  Resolved [Rúben Martins](https://wordpress.org/support/users/rubenmartins/)
 * (@rubenmartins)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/decrease-priority-to-load-last-the-wp_head-hook/)
 * I had to update the priority to load later the wp_head hook you have on file “
   multiple-domain-mapping-on-single-site\multidomainmapping.php” line 94 from 20
   to 100
   to this:`add_action('wp_head', array( $this, 'output_custom_head_code'),
   100);`
 * I need this to load a custom favicon + scripts last and the current priority 
   loads it to early not allowing to change the favicon on different domains.
 * Can you please update to plugin to this? as each update I need to update this?
   or create a custom filter to edit this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [matthias.wagner](https://wordpress.org/support/users/matthiaswagner/)
 * (@matthiaswagner)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/decrease-priority-to-load-last-the-wp_head-hook/#post-16354710)
 * hello!
 * we will add this to our backlog and add a filter. please have a look at it when
   the next update will be published, since i can’t guarantee that it will be available
   already in the next update 😉
 * matt

Viewing 1 replies (of 1 total)

The topic ‘Decrease priority to load last the wp_head hook’ is closed to new replies.

 * ![](https://ps.w.org/multiple-domain-mapping-on-single-site/assets/icon-256x256.
   png?rev=1595238)
 * [Multiple Domain Mapping on Single Site](https://wordpress.org/plugins/multiple-domain-mapping-on-single-site/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiple-domain-mapping-on-single-site/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-domain-mapping-on-single-site/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-domain-mapping-on-single-site/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-domain-mapping-on-single-site/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-domain-mapping-on-single-site/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [matthias.wagner](https://wordpress.org/support/users/matthiaswagner/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/decrease-priority-to-load-last-the-wp_head-hook/#post-16354710)
 * Status: resolved