• Plug in to get rid of visibility settings. Make published and draft the only capability with no ability to switch from published to draft once published.

    <?php add_filter( $tag, $function_to_add, $priority, $accepted_args ); ?>

    wp_post_insert

    pending_to_publish
    transition_post_status
    status_object
    wp_transition_post_status()

    I’m sure it has something to do with these functions but I really need a point in the right direction.

  • The topic ‘How To Get Rid Of Visibility settings’ is closed to new replies.