__( 'Backup now: ', 'backwpup' ) . $name, 'type' => 'modal', ] ); ?> 'alerts/info', 'args' => [ 'type' => 'info', 'content' => __( 'Your backup will be created using the data and the storage location you selected for your scheduled backup.', 'backwpup' ), ], ]; $info_content = wpm_apply_filters_typed( 'array', 'backwpup_backup_now_modal_info_content', $info_content, $job_id ); if ( isset( $info_content['component'], $info_content['args'] ) && $info_content ) { BackWPupHelpers::component( $info_content['component'], $info_content['args'] ); } ?>