Load plugin script in specific page

Just one thing to make sure of, you must put the page id in the brackets for the “is_page()” function. If your page ID was 12, you’d use it like this:

if( ! is_page( 12 ) ){

You can find a page’s id by editing it and looking in the URL for “post=”. The Page ID will be directly after the “=” sign in the address bar.