| @@ -909,5 +909,21 @@ | ||
| 909 | 909 | */ |
| 910 | 910 | public static function include_single_field( $field_id, $values, $form_id = 0 ) { |
| 911 | 911 | return FrmDeprecated::include_single_field( $field_id, $values, $form_id ); |
| 912 | 912 | } |
| 913 | + | |
| 914 | + /** | |
| 915 | + * @deprecated 2.3 | |
| 916 | + * @codeCoverageIgnore | |
| 917 | + */ | |
| 918 | + public static function edit_option() { | |
| 919 | + FrmDeprecated::deprecated( __METHOD__, '2.3' ); | |
| 920 | + } | |
| 921 | + | |
| 922 | + /** | |
| 923 | + * @deprecated 2.3 | |
| 924 | + * @codeCoverageIgnore | |
| 925 | + */ | |
| 926 | + public static function delete_option() { | |
| 927 | + FrmDeprecated::deprecated( __METHOD__, '2.3' ); | |
| 928 | + } | |
| 913 | 929 | } |