Home / Disable / Remove Optional Script
Duplicate Snippet

Embed Snippet on Your Site

Remove Optional Script

Remove the optional "bilmur.min.js" script on both frontend and backend of Wordpress sites.

Code Preview
php
<?php
remove_action( 'wp_footer', 'wpcomsh_footer_rum_js' ); // remove frontend
// remove_action( 'admin_footer', 'wpcomsh_footer_rum_js' ); // remove backend

Comments

Add a Comment