| @@ 1075-1080 (lines=6) @@ | ||
| 1072 | $v['label'] = ''; |
|
| 1073 | } |
|
| 1074 | ||
| 1075 | if ( ! empty( $v['description'] ) ) { |
|
| 1076 | $desc = wp_strip_all_tags( $v['description'] ); |
|
| 1077 | $posdata = array( |
|
| 1078 | 'post_excerpt' => $desc, |
|
| 1079 | ); |
|
| 1080 | } |
|
| 1081 | ||
| 1082 | if ( ! empty( $v['section'] ) ) { |
|
| 1083 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| @@ 1082-1087 (lines=6) @@ | ||
| 1079 | ); |
|
| 1080 | } |
|
| 1081 | ||
| 1082 | if ( ! empty( $v['section'] ) ) { |
|
| 1083 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| 1084 | $posdata = array( |
|
| 1085 | 'post_excerpt' => $desc, |
|
| 1086 | ); |
|
| 1087 | } |
|
| 1088 | ||
| 1089 | $attach_id = null; |
|
| 1090 | //Resizor - add option to setting if required |
|