Currently, the site is set up to include the Bomber Icon automatically at the end of the post content unless the program has checked a meta box that says to not include it. The new Gutenberg blocks mean that including the icon will result in it being separated on its own line below the content as opposed to on the same line as the last bit of text content.
To fix this, we need to rework this feature so that the program must manually include the Bomber shortcode when they want to use it.
To-dos
Currently, the site is set up to include the Bomber Icon automatically at the end of the post content unless the program has checked a meta box that says to not include it. The new Gutenberg blocks mean that including the icon will result in it being separated on its own line below the content as opposed to on the same line as the last bit of text content.
To fix this, we need to rework this feature so that the program must manually include the Bomber shortcode when they want to use it.
To-dos
the_content. Relevant function here._post_disable_post_bottom_iconon all relevant post types[aircraft]shortcode when clicked. Check-out this tutorial from the documentation.