@@ -393,7 +393,7 @@ discard block |
||
393 | 393 | * @param string $id |
394 | 394 | * @param string $search_for_id |
395 | 395 | * |
396 | - * @return mixed |
|
396 | + * @return string |
|
397 | 397 | */ |
398 | 398 | public static function shortcode_button( $id = '', $search_for_id = '' ) { |
399 | 399 | ob_start(); |
@@ -423,7 +423,7 @@ discard block |
||
423 | 423 | * Makes SD work with the siteOrigin page builder. |
424 | 424 | * |
425 | 425 | * @since 1.0.6 |
426 | - * @return mixed |
|
426 | + * @return string |
|
427 | 427 | */ |
428 | 428 | public static function siteorigin_js() { |
429 | 429 | ob_start(); |
@@ -998,7 +998,7 @@ discard block |
||
998 | 998 | /** |
999 | 999 | * Gets some CSS for the widgets screen. |
1000 | 1000 | * |
1001 | - * @return mixed |
|
1001 | + * @return string |
|
1002 | 1002 | */ |
1003 | 1003 | public function widget_css() { |
1004 | 1004 | ob_start(); |
@@ -1052,7 +1052,7 @@ discard block |
||
1052 | 1052 | /** |
1053 | 1053 | * Gets some JS for the widgets screen. |
1054 | 1054 | * |
1055 | - * @return mixed |
|
1055 | + * @return string |
|
1056 | 1056 | */ |
1057 | 1057 | public function widget_js() { |
1058 | 1058 | ob_start(); |
@@ -1592,7 +1592,7 @@ discard block |
||
1592 | 1592 | * @since 1.0.4 Added block_wrap property which will set the block wrapping output element ie: div, span, p or empty for no wrap. |
1593 | 1593 | * @since 1.0.9 Save numbers as numbers and not strings. |
1594 | 1594 | * @since 1.1.0 Font Awesome classes can be used for icons. |
1595 | - * @return mixed |
|
1595 | + * @return string |
|
1596 | 1596 | */ |
1597 | 1597 | public function block() { |
1598 | 1598 | ob_start(); |