- added deprecated info text to Install Info;

- transfer Secure tab to Advanced > Secure subtab;
This commit is contained in:
Mykyta Synelnikov
2024-01-01 18:21:54 +02:00
parent 2a6d84f8ff
commit 5f8f05e1d2
6 changed files with 53 additions and 18 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
ob_start();
foreach ( $this->form_data['fields'] as $field_data ) {
if ( isset( $field_data['type'] ) && 'hidden' == $field_data['type'] ) {
if ( isset( $field_data['type'] ) && 'hidden' === $field_data['type'] ) {
echo $this->render_form_row( $field_data );
}
}