Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Example sql to batch restrict individual pages/posts
  2. # Add to level 1 posts with page id's 1 & 22 and to level 2 posts with page id 24
  3.  
  4. INSERT IGNORE INTO wp_pmpro_memberships_pages (membership_id, page_id)
  5. VALUES (1,2),
  6. (1,22),
  7. (2,24)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement