field['shortcode'] ) && 'manage_view' === $this->field['shortcode'] ) { echo ( ! empty( $post_id ) ) ? '

To display your show or view, add the following shortcode into your post, custom post types, page, widget or block editor. If adding the show to your theme files, additionally include the surrounding PHP code, see how.

[smart_post_show id="' . esc_attr( $post_id ) . '"]
Shortcode Copied to Clipboard!
' : ''; } elseif ( ! empty( $this->field['shortcode'] ) && 'pro_notice' === $this->field['shortcode'] ) { if ( ! empty( $post_id ) ) { echo '
'; echo '
' . sprintf( /* translators: 1: start span tag, 2: close tag. */ esc_html__( 'Additional Features in %1$sPRO%2$s', 'post-carousel' ), '', '' ) . '
'; echo '

' . sprintf( /* translators: 1: start bold tag, 2: close tag. */ esc_html__( 'Here are some additional features available in Pro!', 'post-carousel' ), '', '' ) . '

'; echo ''; echo '
'; echo ''; echo esc_html__( 'Upgrade to Pro Now', 'post-carousel' ) . ' '; echo ''; echo '
'; echo '
'; } } else { echo ( ! empty( $post_id ) ) ? '

Smart Post Show has seamless integration with Gutenberg, Classic Editor, Elementor, Divi, Bricks, Beaver, Oxygen, WPBakery Builder, etc.

' : ''; } } } }