From 70faca14b256e03671ed66345b60ed4f2f679d13 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 25 Feb 2016 14:36:56 -0500 Subject: [PATCH] update the BOD ID --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 9dc696a..c3a1878 100644 --- a/functions.php +++ b/functions.php @@ -156,7 +156,7 @@ add_action( 'wp', 'post_pw_sess_expire' ); function post_pw_sess_expire() { global $post; //echo '
' . print_r( $post, true ) . '
'; - if ($post->ID == 5822 ) { + if ($post->ID == 118 ) { if ( isset( $_COOKIE['wp-postpass_' . COOKIEHASH] ) && isset( $_COOKIE['glm-test_' . COOKIEHASH] ) ) { -- 2.17.1