@@ -182,7 +182,7 @@ function rich_snippet_dashboard() {
182182</tr>
183183<tr>
184184<td align="right"><strong><label> ' . esc_html__ ( 'Ticket Promotion : ' , 'rich-snippets ' ) . '</label></strong></td>
185- <td><input class="bsf_text_medium" type="text" name="events_price" value=" ' . esc_attr ( stripslashes ( $ args_event ['events_price ' ] ) ) . '"/></td>
185+ <td><input class="bsf_text_medium" type="text" name="events_price" value=" ' . esc_attr ( stripslashes ( isset ( $ args_event ['events_price ' ] ) ? $ args_event [ ' events_price ' ] : '' ) ) . '"/></td>
186186</tr>
187187<tr><td colspan="2"></td></tr>
188188<tr>
@@ -370,7 +370,7 @@ function rich_snippet_dashboard() {
370370</tr>
371371<tr>
372372<td align="right"><strong><label> ' . esc_html__ ( 'User Rating : ' , 'rich-snippets ' ) . '</label></strong></td>
373- <td><input class="bsf_text_medium" type="text" name="software_agr" value=" ' . esc_attr ( stripslashes ( $ args_soft ['software_agr ' ] ) ) . '"/></td>
373+ <td><input class="bsf_text_medium" type="text" name="software_agr" value=" ' . esc_attr ( stripslashes ( isset ( $ args_soft ['software_agr ' ] ) ? $ args_soft [ ' software_agr ' ] : '' ) ) . '"/></td>
374374</tr>
375375<tr>
376376<td align="right"><strong><label> ' . esc_html__ ( 'Software Price : ' , 'rich-snippets ' ) . '</label></strong></td>
@@ -474,11 +474,11 @@ function rich_snippet_dashboard() {
474474</tr>
475475<tr>
476476<td align="right"><strong><label> ' . esc_html__ ( 'Publisher : ' , 'rich-snippets ' ) . '</label></strong></td>
477- <td><input class="bsf_text_medium" type="text" name="article_publisher" value=" ' . esc_attr ( stripslashes ( $ args_article ['article_publisher ' ] ) ) . '"/></td>
477+ <td><input class="bsf_text_medium" type="text" name="article_publisher" value=" ' . esc_attr ( stripslashes ( isset ( $ args_article ['article_publisher ' ] ) ? $ args_article [ ' article_publisher ' ] : '' ) ) . '"/></td>
478478</tr>
479479<tr>
480480<td align="right"><strong><label> ' . esc_html__ ( 'Publisher Logo : ' , 'rich-snippets ' ) . '</label></strong></td>
481- <td><input class="bsf_text_medium" type="text" name="article_publisher_logo" value=" ' . esc_attr ( stripslashes ( $ args_article ['article_publisher_logo ' ] ) ) . '"/></td>
481+ <td><input class="bsf_text_medium" type="text" name="article_publisher_logo" value=" ' . esc_attr ( stripslashes ( isset ( $ args_article ['article_publisher_logo ' ] ) ? $ args_article [ ' article_publisher_logo ' ] : '' ) ) . '"/></td>
482482</tr>
483483<tr><td colspan="2"></td></tr>
484484<tr>
0 commit comments