Prio | Original string | Translation | — |
---|---|---|---|
It will be inserted at the footer before the closing of the <code></footer></code> tag. | You have to log in to add a translation. | Details | |
Original untranslated
It will be inserted at the footer before the closing of the <code></footer></code> tag.
ReferencesYou have to log in to edit this translation. Meta |
|||
Footer code | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
It will be injected right after the <code><body></code> opening. It requires that the theme uses the <a href="https://developer.wordpress.org/reference/functions/wp_body_open/" target="_blank">wp_body_open</a> hook. | You have to log in to add a translation. | Details | |
Original untranslated
It will be injected right after the <code><body></code> opening. It requires that the theme uses the <a href="https://developer.wordpress.org/reference/functions/wp_body_open/" target="_blank">wp_body_open</a> hook.
ReferencesYou have to log in to edit this translation. Meta |
|||
Body code | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
It will be inserted before the <code></head></code> tag). | You have to log in to add a translation. | Details | |
Original untranslated
It will be inserted before the <code></head></code> tag).
ReferencesYou have to log in to edit this translation. Meta |
|||
Header code | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Add code in the site's header (e.g. for Google Analytics), body and footer. You can load scripts only if a specific cookie is set. Example: <code><<cookie=eucookie>>YOUR SCRIPT HERE<</cookie>></code> | You have to log in to add a translation. | Details | |
Original untranslated
Add code in the site's header (e.g. for Google Analytics), body and footer. You can load scripts only if a specific cookie is set. Example: <code><<cookie=eucookie>>YOUR SCRIPT HERE<</cookie>></code>
ReferencesYou have to log in to edit this translation. Meta |
|||
Inject scripts | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Aggressive | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Discreet | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
If the visitor uses Internet Explorer, display a warning.<br/> <code>Discreet</code> appears at the top of the page and can be closed by the user. <code>Aggressive</code> covers the entire page and cannot be closed. | You have to log in to add a translation. | Details | |
Original untranslated
If the visitor uses Internet Explorer, display a warning.<br/> <code>Discreet</code> appears at the top of the page and can be closed by the user. <code>Aggressive</code> covers the entire page and cannot be closed.
ReferencesYou have to log in to edit this translation. Meta |
|||
Manual | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Footer | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Top of the page | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
By default, the function utilizes WordPress's <code>wp_body_open()</code> hook to load the script right after the opening of the <code><body></code> tag. As this is a new addition to WordPress, though (since v. 5.2), older themes might not support the hook. If that is the case for you, you can either load it on the footer via the <code>wp_footer</code> hook or manually add it to your template using <code><?php do_action('slash_admin_loader'); ?></code>, wherever you like. | You have to log in to add a translation. | Details | |
Original untranslated
By default, the function utilizes WordPress's <code>wp_body_open()</code> hook to load the script right after the opening of the <code><body></code> tag. As this is a new addition to WordPress, though (since v. 5.2), older themes might not support the hook. If that is the case for you, you can either load it on the footer via the <code>wp_footer</code> hook or manually add it to your template using <code><?php do_action('slash_admin_loader'); ?></code>, wherever you like.
ReferencesYou have to log in to edit this translation. Meta |
Export as