| @@ -143,12 +143,8 @@ | ||
| 143 | 143 | 'css_class' => 'border-0', |
| 144 | 144 | 'redirect_to' => '', |
| 145 | 145 | ); |
| 146 | 146 | |
| 147 | - if ( $this->is_preview() ) { | |
| 148 | - return; | |
| 149 | - } | |
| 150 | - | |
| 151 | 147 | /** |
| 152 | 148 | * Parse incoming $args into an array and merge it with $defaults |
| 153 | 149 | */ |
| 154 | 150 | $args = wp_parse_args( $args, $defaults ); |