Advertisement
popwebz

Untitled

Dec 10th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. if ( is_page( 'membership-canceled' ) || is_page( 'subscribed' ) ) {
  2.     if ( ! is_user_logged_in() ) {
  3.         wp_die( 'You do not have access to this page.', 'Forbidden', [ 'response' => 403 ] );
  4.         exit();
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement