Snippets Collections
   // finding current editing post's id
   $post_id = null;
   if (isset($_REQUEST['post']) || isset($_REQUEST['post_ID'])) {
      $post_id = empty($_REQUEST['post_ID']) ? $_REQUEST['post'] : $_REQUEST['post_ID'];
   }
star

Sat May 14 2022 10:16:01 GMT+0000 (Coordinated Universal Time)

#post_id

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension