Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Created January 12, 2019 18:52
Show Gist options
  • Save httpstersk/d5c39c62134c942a9192e5e773d73e94 to your computer and use it in GitHub Desktop.
Save httpstersk/d5c39c62134c942a9192e5e773d73e94 to your computer and use it in GitHub Desktop.
➏ Make the post `sticky`
const { dispatch } = wp.data;
const { editPost } = dispatch( 'core/editor' );
editPost( { sticky: true } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment