#Loqi[aaronpk] > `return get_option( 'micropub_default_post_status', MICROPUB_DRAFT_MODE ? 'draft' : 'publish' );`
This doesn't work because the problem is not that `micropub_default_post_status` doesn't exist, it's that it does exist in the database and the val...