field['version'] ) ? $this->field['version'] : ''; echo ( ! empty( $this->field['content'] ) ) ? wp_kses_post( $this->field['content'] ) : ''; echo ( ! empty( $this->field['image'] ) ) ? '
v' . esc_html( $version ) . '
' : ''; echo ( ! empty( $this->field['after'] ) && ! empty( $this->field['link'] ) ) ? '' . $this->field['after'] . '
Documentation
Check out our documentation and more information about what you can do with the Smart Post Show.Browse Docs
Need Help or Missing a Feature?
Feel free to get help from our friendly support team or request a new feature if needed. We appreciate your suggestions to make the plugin better.Get HelpRequest a Feature
' : '';//phpcs:ignore } } }