芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/popup-maker/includes/functions-backcompat.php
$fields ) { foreach ( $fields as $field_id => $field_args ) { if ( is_numeric( $field_id ) && ! empty( $field_args['id'] ) ) { $field_id = $field_args['id']; unset( $field_args['id'] ); } $field_args['label'] = ! empty( $field_args['name'] ) ? $field_args['name'] : ''; if ( 'header' === $field_args['type'] ) { $field_args['type'] = 'separator'; } elseif ( 'gaeventlabel' === $field_args['type'] ) { $field_args['type'] = 'ga_event_labels'; } elseif ( 'hook' === $field_args['type'] ) { $field_args['type'] = 'html'; ob_start(); do_action( 'popmake_' . $field_id ); $field_args['content'] = ob_get_clean(); } unset( $field_args['name'] ); $tabs[ array_key_exists( $tab_id, $tabs ) ? $tab_id : 'general' ]['main'][ $field_id ] = $field_args; } } } return $tabs; }