';
if ( ! empty( $atts['publish'] ) || ! empty( $atts['import_link'] ) ) {
$btn_type = 'primary';
if ( isset( $atts['publish'] ) && is_array( $atts['publish'] ) ) {
call_user_func( $atts['publish'][0], $atts['publish'][1] );
$btn_type = 'secondary';
}
if ( $atts['import_link'] ) {
// Use primary style if it's the only button.
FrmAppHelper::import_link( $btn_type );
}
} elseif ( ! FrmAppHelper::pro_is_installed() ) {
?>
';
if ( FrmAppHelper::is_full_screen() ) {
?>