From ea454aa786e439e056ca2741e536a67de15d6d3f Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 9 Jan 2024 16:48:28 -0600 Subject: [PATCH] Update wp-to-twitter-manager.php --- src/wp-to-twitter-manager.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-to-twitter-manager.php b/src/wp-to-twitter-manager.php index ca3494f..9de9205 100644 --- a/src/wp-to-twitter-manager.php +++ b/src/wp-to-twitter-manager.php @@ -250,8 +250,8 @@ function wpt_updated_settings() { * @return array */ function wpt_possible_post_types() { - $post_types = get_post_types( array(), 'objects' ); - $exclusions = array( 'wp_navigation', 'wp_block', 'attachment', 'nav_menu_item', 'revision' ); + $post_types = get_post_types( array(), 'objects' ); + $exclusions = array( 'wp_navigation', 'wp_block', 'attachment', 'nav_menu_item', 'revision' ); /** * Exclude post types from the list of available types to post to X.com. * @@ -374,8 +374,8 @@ function wpt_update_settings() { $wpt_settings = get_option( 'wpt_post_types' ); $tabs = "