Skip to content

Instantly share code, notes, and snippets.

@drov0
Created November 26, 2018 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drov0/b3ce13c140b5a7d93e9a2c1052766d1a to your computer and use it in GitHub Desktop.
Save drov0/b3ce13c140b5a7d93e9a2c1052766d1a to your computer and use it in GitHub Desktop.
<?php
if (isset($_POST['Steempress_sp_steem_publish'])) {
update_post_meta($post_id, 'Steempress_sp_steem_publish', $_POST['Steempress_sp_steem_publish']);
} else {
update_post_meta($post_id, 'Steempress_sp_steem_publish', '0');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment