The hook you’re looking for is wp_head
.
functions.php
add_action( 'wp_head', 'se343581_add_preload_tag', 5);
function se343581_add_preload_tag()
{
echo '<link rel="preload" href="'.
plugins_url('/gdpr-cookie-compliance/dist/styles/lity.css') .
'" as="style">';
//
// -- if added in plugin file --
// echo '<link rel="preload" href="' . plugin_dir_url( __FILE__ ) . 'some_subdir/file_name.css" as="style">';
}
Related Posts:
- How to use Class
in Java? - Is there any way to use get_template_part() with folders?
- How to force TinyMCE in WordPress to replace newlines with tags and not with
- WooCommerce: Change template for single product page
- How to edit contents of dynamic_sidebar()?
- Loading partial templates with AJAX/PJAX
- A special single page templates for posts under a category and all its child category
- Gravity Forms Custom Templates [closed]
- Where to store some per-template preferences?
- How do I override template-tags.php in twentyseventeen theme
- Need to give custom page template for each language in WPML
- roots child theme can’t override header.php
- When calling wp_title(), do you have to create some kind of “title.php” file?
- Stream Video Player does not work with do_shortcode()?
- How does wordpress blocks?
- Load template file without a post type
- Plugin settings page template
- Which has more impact on site performance? Template overrides or hooks
- Subpage template
- How do you override Post template when using Query Loop block?
- How to create a wordpress template without using any page
- Advanced Custom Fields – display when specific template used?
- What should I put on my index.php?
- How To Create WooCommerce Custom Template For Specific Product?
- style sheet header on Page Templates
- Is there any way of viewing revision history on files in WordPress?
- How to use $wpdb (from the template) to update the DB, without being an admin
- Customize profile.php
- Change wp-signup.php Page Template
- Templates have disappeared from drop down lists
- Getting pages filtered by template assigned
- Use same page template for parent and child pages in a theme
- Template administration Error after WP 4.8 update
- Markup is visible when I view sample data from my template
- if page is parent page redirect to first child with hook / polylang
- Custom template bypassing to pager to index.php
- Remove Items from Template Homepage
- How to put limit on slider
- What are the main parts of a WordPress Template?
- Using shortcode in template file
- Page template option missing
- Trying to create a template without navigation and footer
- What template is used for viewing Media Library Files?
- Genesis – Adding custom hooks to display secondary navigation
- Remove portion of header code from home page only
- Use a separate template for the home page only
- Force WordPress to NOT display the manual excerpt
- How do I remove the word “Blog” from a WordPress Homepage?
- Can I assign a Folder for Post Formats, without it affecting WordPress’ fallback/hierarchical system?
- Custom Template page not loading get_header() correct?
- Easiest way to map content (in json) to the view (template)?
- Removing calls to noindex() and wp_no_robots()
- Query the database after get_header() has been included
- Give wp link pages it’s own template
- Does wp_mail work in frontend tempate file?
- Dynamically generated URL and Content page
- Organize template parts and page templates in folders in regards of template hierarchy
- Need help with my template [closed]
- Custom /Page/2/ Template Only
- wordpress – modifying template to show more posts
- How to get all template files used for rendering a single post/page?
- How to insert “get_template_part()” based on Category ID?
- How does post loop integrate individual page elements
- Home page not loading after editing header.php file
- How can I include ALL post types in the_post_navigation() links, not just current post type?
- Template includes
- Two different single.php depending on source page
- Attachment URL for an image is loading direct image file
- Fixing media query
- I’ve installed example data on Nominee template but the published site shows another version of the site
- Using a SendGrid transactional template with wp_mail
- Set og:image programmatically in custom single post with external images
- Displaying all posts of a category in full view on one page using their single.php template
- why does not showing my custom post category list in any template?
- Locating the HTML piece of code in wordpress
- Custom Template doesn’t output result when set as homepage
- Theme keeps going to default files [closed]
- How can I show contents of a template part inside of another page?
- How to serve a amp template
- Single page applications with WordPress: routes and templates
- Inserting javascript file into theme template?
- Creating custom post-listing templates in twentyseventeen child theme
- Display different list of “Custom Templates” for each Custom Page Type
- Submit form to another template (ugly url)
- Using file outside of template hierarchy for Twitter sign in authentication
- Page Templates Used in Custom Post Type
- Problem displaying replies as part of author’s latest comments on author page
- custom template – override plugin template in child theme – issue with scripts
- List all pages using a specific template on a page
- Duplicated Template Does Not Load the Same as the Original Template File?
- Choose to show or not show title on a template?
- Blog template PHP [closed]
- load_textdomain won’t load my .mo file
- files disappearing from template
- why does blog page ignore template [closed]
- Custom template pagination
- My homepage’s width has reduced and I can´t fix it [closed]
- html blog template to wordpress template
- templates page not showing on gutenberg editor
- How to load php templates from html page (block theme)