Home / Admin / om-wp-plugin-load-in-head.php
Duplicate Snippet

Embed Snippet on Your Site

om-wp-plugin-load-in-head.php

Code Preview
php
<?php
// returning false will change the default location from footer to the head
add_filter( 'optin_monster_api_loading_location', '__return_false' );

Comments

Add a Comment