PHP Plug-in fix

If the php snippet plug-in will not pause snippets (gives a page asking ‘are you sure’ and wont let you do it) then

change snipp-stat to snipp-pstat as below.

This will need to be done again if plug-in is updated (unless it’s fixed in the update…).

Filename: wp-content/plugins/insert-php-code-snippet/admin/snippet-status.php
File type: Plugin File
Plugin Name: Insert PHP Code Snippet
Plugin Version: 1.2.1

line 14

if (! isset( $_REQUEST[‘_wpnonce’] ) || ! wp_verify_nonce( $_REQUEST[‘_wpnonce’], ‘snipp-stat_’.$xyz_ips_snippetId )) {

change to

if (! isset( $_REQUEST[‘_wpnonce’] ) || ! wp_verify_nonce( $_REQUEST[‘_wpnonce’], ‘snipp-pstat_’.$xyz_ips_snippetId )) {